only use Ubuntu-Light Font (saves space)

This commit is contained in:
Simon Gardling
2022-02-28 09:16:45 -05:00
parent 3b0c2df9e0
commit f5ce5b9f2f
3 changed files with 23 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ strip = true
[dependencies]
meval = { git = "https://github.com/Titaniumtown/meval-rs.git" }
egui = { git = "https://github.com/Titaniumtown/egui", branch = "patch-1" }
eframe = { git = "https://github.com/Titaniumtown/egui", branch = "patch-1" }
egui = { git = "https://github.com/Titaniumtown/egui", branch = "patch-1", default-features = false }
eframe = { git = "https://github.com/Titaniumtown/egui", branch = "patch-1", default-features = false, features = ["egui_glow"] }
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
git-version = "0.3.5"