avian3d-sandbox/Cargo.toml

16 lines
296 B
TOML
Raw Normal View History

[package]
name = "physics-test"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-12-15 22:11:06 +00:00
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