diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-14 17:45:19 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-14 17:45:19 +0100 |
commit | 07fc3656274117c211ca0d6a54926d390a4d9b68 (patch) | |
tree | c97cff08261c475611e61321967cdf272c9ddffd /exporter/Cargo.toml | |
parent | 7ff78cff53eba1da60b8beb851732e2f8197c221 (diff) | |
download | unity-tools-07fc3656274117c211ca0d6a54926d390a4d9b68.tar unity-tools-07fc3656274117c211ca0d6a54926d390a4d9b68.tar.bz2 unity-tools-07fc3656274117c211ca0d6a54926d390a4d9b68.tar.zst |
initial work on gltf exports
Diffstat (limited to 'exporter/Cargo.toml')
-rw-r--r-- | exporter/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/exporter/Cargo.toml b/exporter/Cargo.toml index 1894e52..02eca5c 100644 --- a/exporter/Cargo.toml +++ b/exporter/Cargo.toml @@ -6,10 +6,10 @@ edition = "2024" [dependencies] unity-tools = { path = ".." } serde_yml = "0.0.12" -log = "0.4.25" -env_logger = "0.11.6" -serde_json = "1.0.139" -anyhow = "1.0.95" +log = "0.4.26" +env_logger = "0.11.7" +serde_json = "1.0.140" +anyhow = "1.0.97" glam = { version = "0.30.0", features = ["serde"] } gltf-json = "1.4.1" gltf = "1.4.1" |