Slowly defining the BMS header elements

This commit is contained in:
rncwnd 2025-07-06 20:59:31 +01:00
parent dc0300b7da
commit 14092a9c7e
Signed by: rncwnd
GPG key ID: 05EF307E0712FDAA
6 changed files with 282 additions and 18 deletions

View file

@ -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