use official egui again

This commit is contained in:
Simon Gardling 2022-03-10 09:14:13 -05:00
parent dd6d8c80b8
commit 7fde76f032

View File

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