This commit is contained in:
Isaac Mills 2024-02-05 11:13:50 -05:00
parent b67c861a8d
commit 03ad1aa499
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 2413 additions and 13 deletions

2423
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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" }