avian3d-sandbox/Cargo.toml

23 lines
462 B
TOML
Raw Permalink Normal View History

[package]
name = "physics-test"
version = "0.1.0"
2025-01-26 03:58:55 +00:00
edition = "2024"
[dependencies]
2025-04-26 22:18:18 +00:00
bevy = { version = "0.16", features = ["bevy_dev_tools", "configurable_error_handler"] }
2025-01-26 03:58:55 +00:00
[dependencies.avian3d]
default-features = false
2025-09-16 18:47:31 +00:00
version = "0.3"
# git = "https://github.com/Jondolf/avian"
# branch = "main"
2025-01-26 03:58:55 +00:00
features = ["3d", "f32", "parry-f32", "debug-plugin", "default-collider", "collider-from-mesh"]
[features]
no-mesh = []
[profile.dev.package."*"]
opt-level = 3