avian3d-sandbox/Cargo.toml
2024-12-15 14:11:06 -08:00

15 lines
296 B
TOML

[package]
name = "physics-test"
version = "0.1.0"
edition = "2021"
[dependencies]
avian3d = { git = "https://github.com/Jondolf/avian.git" }
bevy = { version = "0.15", features = ["bevy_dev_tools"] }
bevy-inspector-egui = "0.28"
[features]
no-mesh = []
[profile.dev.package."*"]
opt-level = 3