Files
arcade-dreams-oxidation/Cargo.toml
2024-08-23 14:15:22 +03:00

17 lines
318 B
TOML

[package]
name = "arcade-dreams-oxidation"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.14.1"
# 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