update egui

This commit is contained in:
Simon Gardling
2022-05-12 08:33:50 -04:00
parent 87bdd611d6
commit 9ffbec1fce
2 changed files with 9 additions and 7 deletions

View File

@@ -36,7 +36,9 @@ strip = false
[dependencies]
parsing = { path = "./parsing" }
eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"glow",
] }
egui = { git = "https://github.com/Titaniumtown/egui.git", default-features = false }
epaint = { git = "https://github.com/Titaniumtown/egui.git", default-features = false, features = [
"serde",