Files
HEDZReloaded/Cargo.toml
extrawurst f44f51aa8f Tnua and dolly (#2)
* character controller + camera rig
* make tnua work
* cash collect
2025-03-05 00:04:15 +01:00

21 lines
508 B
TOML

[package]
name = "hedz_reloaded"
version = "0.1.0"
edition = "2024"
[profile.dev.package."*"]
opt-level = 3
[dependencies]
avian3d = "0.2"
bevy = "0.15.3"
bevy_trenchbroom = { version = "0.6.2", features = ["auto_register", "avian"] }
nil = "0.14.0"
bevy-inspector-egui = "0.29.1"
bevy-tnua = "0.21.0"
bevy-tnua-avian3d = "0.2.0"
bevy_dolly = { version = "0.0.5", default-features = false }
[patch.crates-io]
bevy_trenchbroom = { git = "https://github.com/Noxmore/bevy_trenchbroom.git", rev = "3b79f1b" }