Slowly defining the BMS header elements
This commit is contained in:
parent
dc0300b7da
commit
14092a9c7e
6 changed files with 282 additions and 18 deletions
|
|
@ -5,3 +5,12 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
bevy = { version = "0.16.1", features = ["dynamic_linking"] }
|
||||
|
||||
|
||||
# Enable a small amount of optimization in the dev profile.
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
||||
# Enable a large amount of optimization in the dev profile for dependencies.
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue