From 51596bd33179ba5c144bf73b305f1a254e73a639 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Thu, 18 Dec 2025 16:41:43 -0500 Subject: [PATCH] fix happy_feet debug rendering --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08d1b2d..aa515b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3571,7 +3571,7 @@ dependencies = [ [[package]] name = "happy_feet" version = "0.1.0" -source = "git+https://github.com/PROMETHIA-27/happy_feet.git?rev=27609d89be74561a3971b1fc7d8c04cdd3e05731#27609d89be74561a3971b1fc7d8c04cdd3e05731" +source = "git+https://github.com/rustunit/happy_feet.git?rev=919657fa#919657fa3330b3a78026c239c17122b3e3beefd7" dependencies = [ "avian3d", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 85819f7..28df5bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"