haw-gj13-game/Cargo.toml

18 lines
324 B
TOML
Raw Normal View History

2024-11-22 20:38:07 +01:00
[package]
name = "game"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.14.2"
bevy_rapier2d = "0.27.0"
2024-11-22 20:56:29 +01:00
# 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