clean up ui and cross-compile config
This commit is contained in:
parent
69d911ccb8
commit
e1e67546aa
3 changed files with 44 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue