1
Files
bevy-antsim/Cargo.toml
2024-10-05 23:37:48 +02:00

17 lines
373 B
TOML

[package]
name = "ant_sim"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = { version = "0.14.2", features = ["wayland", "dynamic_linking"] }
rand = "0.8.5"
# 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