Use non-git egui

This commit is contained in:
Isaac Mills 2024-03-06 17:56:07 -05:00
parent 719e904831
commit 11f0443321
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 332 additions and 303 deletions

631
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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]