some changes

This commit is contained in:
Simon Gardling
2022-03-02 17:52:21 -05:00
parent 31197c8029
commit 86b008f07c
2 changed files with 11 additions and 14 deletions

View File

@@ -18,15 +18,14 @@ strip = true
[profile.dev]
debug = true
codegen-units = 1
opt-level = "s" #optimize for size
opt-level = 2
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"] }
include-flate = { git = "https://github.com/Titaniumtown/include-flate.git" }
shadow-rs = { version = "0.9.0", default-features = false }
shadow-rs = { version = "0.9", default-features = false }
const_format = { version = "0.2.22", default-features = false, features = ["fmt"] }
[build-dependencies]