diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-07 17:46:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-07 17:46:11 +0100 |
commit | cdbb04b49e04716387eda47e72eadc6ef24c40ff (patch) | |
tree | 455d60aeeb8dfd65dc389f3956030bce35ec008d /world/Cargo.toml | |
parent | 111b2e89fec8d035dc5cbb54cd0a4197c18b947e (diff) | |
download | weareserver-cdbb04b49e04716387eda47e72eadc6ef24c40ff.tar weareserver-cdbb04b49e04716387eda47e72eadc6ef24c40ff.tar.bz2 weareserver-cdbb04b49e04716387eda47e72eadc6ef24c40ff.tar.zst |
vrm bone names
Diffstat (limited to 'world/Cargo.toml')
-rw-r--r-- | world/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |