This commit is contained in:
Simon Gardling
2022-03-01 19:43:28 -05:00
parent f2191b26ed
commit 74b7952cb5
3 changed files with 10 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ lto = false
[dependencies]
meval = { git = "https://github.com/Titaniumtown/meval-rs.git" }
eframe = { git = "https://github.com/Titaniumtown/egui", default-features = false, features = ["egui_glow"] }
eframe = { git = "https://github.com/Titaniumtown/egui", branch = "patch-1", default-features = false, features = ["egui_glow"] }
git-version = "0.3.5"
include-flate = { git = "https://github.com/Titaniumtown/include-flate.git" }