Optimizations and release
This commit is contained in:
parent
1257db9c49
commit
61313eff45
2 changed files with 10 additions and 2 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -1,8 +1,16 @@
|
|||
[package]
|
||||
name = "spacorium"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.17.2"
|
||||
rand = "0.9.2"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
codegen-units = 1
|
||||
lto = "thin"
|
||||
|
||||
[profile.release.package."*"]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue