This commit is contained in:
Simon Gardling
2022-03-28 20:05:21 -04:00
parent 345851d8b4
commit 6d57d96bb2
4 changed files with 25 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ opt-level = 2
lto = false
[dependencies]
eframe = { git = "https://github.com/emilk/egui.git", default-features = false }
eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
shadow-rs = { version = "0.11.0", default-features = false }
const_format = { version = "0.2.22", default-features = false, features = [
"fmt",