fix happy_feet debug rendering
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3571,7 +3571,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "happy_feet"
|
name = "happy_feet"
|
||||||
version = "0.1.0"
|
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 = [
|
dependencies = [
|
||||||
"avian3d",
|
"avian3d",
|
||||||
"bevy",
|
"bevy",
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ bevy_trenchbroom = { version = "0.10", default-features = false, features = [
|
|||||||
] }
|
] }
|
||||||
bevy_trenchbroom_avian = "0.10"
|
bevy_trenchbroom_avian = "0.10"
|
||||||
clap = { version = "=4.5.47", features = ["derive"] }
|
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",
|
"serde",
|
||||||
] }
|
] }
|
||||||
nil = "0.14.0"
|
nil = "0.14.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user