clean up ui and cross-compile config

This commit is contained in:
Matthew Ryan Dillon 2024-08-19 21:24:50 -04:00
parent 69d911ccb8
commit e1e67546aa
3 changed files with 44 additions and 18 deletions

View file

@ -6,5 +6,12 @@ edition = "2021"
[dependencies]
bevy = "0.14"
bevy_egui = "0.28"
# natord = "1.0"
vsort = "0.2"
[profile.release]
# Compile the entire crate as one unit.
# Slows compile times, marginal improvements.
codegen-units = 1
# Do a second optimization pass over the entire program, including dependencies.
# Slows compile times, marginal improvements.
lto = "thin"