avian3d-sandbox/Cargo.toml

16 lines
259 B
TOML

[package]
name = "physics-test"
version = "0.1.0"
edition = "2021"
[dependencies]
avian3d = "0.1.1"
bevy = { version = "0.14.0", features = ["bevy_dev_tools"] }
bevy-inspector-egui = "0.25.1"
[features]
no-mesh = []
[profile.dev.package."*"]
opt-level = 3