Use non-git egui
This commit is contained in:
parent
719e904831
commit
11f0443321
2 changed files with 332 additions and 303 deletions
631
Cargo.lock
generated
631
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -6,8 +6,8 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
egui = { git = "https://github.com/emilk/egui" }
|
egui = { version = "0.26.2", default-features = false }
|
||||||
egui-wgpu = { git = "https://github.com/emilk/egui" }
|
egui-wgpu = "0.26.2"
|
||||||
glyphon = { git = "https://github.com/StratusFearMe21/glyphon" }
|
glyphon = { git = "https://github.com/StratusFearMe21/glyphon" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue