Use non-git egui (Fix #1)
This commit is contained in:
parent
11f0443321
commit
4da780b8f2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
egui = { version = "0.26.2", default-features = false }
|
egui = { version = "0.26.2", default-features = false }
|
||||||
egui-wgpu = "0.26.2"
|
egui-wgpu = "0.26.2"
|
||||||
glyphon = { git = "https://github.com/StratusFearMe21/glyphon" }
|
glyphon = { git = "https://github.com/StratusFearMe21/glyphon", version = "0.5.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
eframe = { git = "https://github.com/emilk/egui", features = ["wgpu"] }
|
eframe = { git = "https://github.com/emilk/egui", features = ["wgpu"] }
|
||||||
|
|
Loading…
Reference in a new issue