avian3d-sandbox/Cargo.toml
2025-04-26 15:18:18 -07:00

22 lines
459 B
TOML

[package]
name = "physics-test"
version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.16", features = ["bevy_dev_tools", "configurable_error_handler"] }
[dependencies.avian3d]
default-features = false
#version = "0.2"
git = "https://github.com/Jondolf/avian"
branch = "main"
features = ["3d", "f32", "parry-f32", "debug-plugin", "default-collider", "collider-from-mesh"]
[features]
no-mesh = []
[profile.dev.package."*"]
opt-level = 3