This commit is contained in:
2025-07-23 13:30:29 -04:00
parent 7ee4898596
commit bcda81b0aa
2 changed files with 3 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.13.0", features = ["dynamic_linking"] }
bevy = { version = "0.13.0", features = [] }
# Enable a small amount of optimization in debug mode
[profile.dev]
@@ -14,4 +14,4 @@ opt-level = 1
# Enable high optimizations for dependencies (incl. Bevy), but not for our code:
[profile.dev.package."*"]
opt-level = 3
opt-level = 3