|
@@ -10,13 +10,13 @@ repository = "https://codeberg.org/darkrenaissance/darkfi"
|
|
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
|
miniquad = { git = "https://github.com/not-fl3/miniquad" }
|
|
miniquad = { git = "https://github.com/not-fl3/miniquad" }
|
|
|
|
|
+
|
|
|
# Currently latest version links to freetype-sys 0.19 but we use 0.21
|
|
# Currently latest version links to freetype-sys 0.19 but we use 0.21
|
|
|
#harfbuzz-sys = "0.6.1"
|
|
#harfbuzz-sys = "0.6.1"
|
|
|
#harfbuzz-sys = { git = "https://github.com/servo/rust-harfbuzz", features = ["bundled"] }
|
|
#harfbuzz-sys = { git = "https://github.com/servo/rust-harfbuzz", features = ["bundled"] }
|
|
|
-harfbuzz-sys = { git = "https://github.com/narodnik/rust-harfbuzz", features = ["bundled"] }
|
|
|
|
|
-# Old and crap
|
|
|
|
|
-#harfbuzz_rs = { git = "https://github.com/narodnik/hbrs2.git", features = ["freetype"] }
|
|
|
|
|
|
|
+harfbuzz-sys = { git = "https://github.com/narodnik/rust-harfbuzz2", features = ["bundled"] }
|
|
|
freetype-rs = { version = "0.37.0", features = ["bundled"] }
|
|
freetype-rs = { version = "0.37.0", features = ["bundled"] }
|
|
|
|
|
+
|
|
|
image = "0.25.2"
|
|
image = "0.25.2"
|
|
|
log = "0.4.22"
|
|
log = "0.4.22"
|
|
|
glam = "0.29.0"
|
|
glam = "0.29.0"
|
|
@@ -47,7 +47,7 @@ async-trait = "0.1.82"
|
|
|
|
|
|
|
|
[patch.crates-io]
|
|
[patch.crates-io]
|
|
|
freetype-rs = { git = "https://github.com/narodnik/freetype-rs" }
|
|
freetype-rs = { git = "https://github.com/narodnik/freetype-rs" }
|
|
|
-freetype-sys = { git = "https://github.com/narodnik/freetype-sys" }
|
|
|
|
|
|
|
+freetype-sys = { git = "https://github.com/narodnik/freetype-sys2" }
|
|
|
# I'm so confused why this is needed
|
|
# I'm so confused why this is needed
|
|
|
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
|
|
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v4"}
|
|
|
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
|
|
halo2_gadgets = {git="https://github.com/parazyd/halo2", branch="v4"}
|