From cdbb04b49e04716387eda47e72eadc6ef24c40ff Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 7 Feb 2025 17:46:11 +0100 Subject: vrm bone names --- world/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'world/Cargo.toml') diff --git a/world/Cargo.toml b/world/Cargo.toml index db199bc..cb47c70 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -7,6 +7,7 @@ edition = "2024" anyhow = "1.0.95" clap = { version = "4.5.23", features = ["derive"] } env_logger = "0.11.6" +serde = { version = "1.0.217", features = ["derive"] } gltf = { version = "1.4.1", features = [ "extras", "names", @@ -23,3 +24,4 @@ rand = "0.9.0-beta.1" image = "0.25.5" rayon = "1.10.0" humansize = "2.1.3" +serde_json = "1.0.138" -- cgit v1.2.3-70-g09d2