Skip to content

Commit 11a5a5b

Browse files
committed
use lyon from git
1 parent 187530d commit 11a5a5b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ path = "src/bin/main.rs"
2828
clap = { version = "4", features = ["derive"] }
2929
config = "0.14"
3030
log = { version = "0.4", features = ["serde"] }
31-
lyon = { version = "1", path = "../lyon/crates/lyon" }
31+
# lyon = { version = "1", path = "../lyon/crates/lyon" }
32+
lyon = { version = "1", git = "https://github.com/Yatekii/lyon.git" }
3233
lru = "0.16"
34+
lazy_static = "1"
3335
malloc_size_of_derive = "0.1"
3436
nalgebra = "0.33"
3537
nalgebra-glm = "0.19"

0 commit comments

Comments
 (0)