Use non-git egui (Fix #1)

This commit is contained in:
Isaac Mills 2024-03-06 17:57:51 -05:00
parent 11f0443321
commit 4da780b8f2
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
egui = { version = "0.26.2", default-features = false }
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]
eframe = { git = "https://github.com/emilk/egui", features = ["wgpu"] }