Fix deps
This commit is contained in:
parent
b67c861a8d
commit
03ad1aa499
2 changed files with 2413 additions and 13 deletions
2423
Cargo.lock
generated
2423
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -9,3 +9,6 @@ edition = "2021"
|
||||||
egui = { git = "https://github.com/emilk/egui", version = "0.25.0" }
|
egui = { git = "https://github.com/emilk/egui", version = "0.25.0" }
|
||||||
egui-wgpu = { git = "https://github.com/emilk/egui", version = "0.25.0" }
|
egui-wgpu = { git = "https://github.com/emilk/egui", version = "0.25.0" }
|
||||||
glyphon = { git = "https://github.com/StratusFearMe21/glyphon" }
|
glyphon = { git = "https://github.com/StratusFearMe21/glyphon" }
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
eframe = { git = "https://github.com/emilk/egui", version = "0.25.0" }
|
||||||
|
|
Loading…
Reference in a new issue