Build deps with optimizations

This commit is contained in:
crumblingstatue 2023-04-15 19:30:31 +02:00
parent 5ed33b785f
commit f31add5218

View file

@ -41,3 +41,6 @@ git = "https://github.com/crumblingstatue/gamedebug_core.git"
[dependencies.egui-inspect]
git = "https://github.com/crumblingstatue/egui-inspect.git"
[profile.dev.package."*"]
opt-level = 2