fix happy_feet debug rendering

This commit is contained in:
2025-12-18 16:41:43 -05:00
parent 7cfae285ed
commit 51596bd331
2 changed files with 2 additions and 2 deletions

View File

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