fix depenetration panic (#98)

This commit is contained in:
PROMETHIA-27
2025-12-22 07:22:27 -05:00
committed by GitHub
parent da5c0f8fb7
commit dd01b03526
6 changed files with 280 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ bevy_trenchbroom = { version = "0.10", default-features = false, features = [
bevy_trenchbroom_avian = "0.10"
clap = { version = "=4.5.47", features = ["derive"] }
dirs = "6.0.0"
happy_feet = { git = "https://github.com/rustunit/happy_feet.git", rev = "919657fa", features = [
happy_feet = { git = "https://github.com/PROMETHIA-27/happy_feet.git", rev = "e3a4660e0b68f9bf4d6facb0fb4d93f2d7848b27", features = [
"serde",
] }
nil = "0.14.0"