diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-23 20:18:10 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-23 20:18:10 +0100 |
commit | d5aa53fafed0dbf6d43943e3b88b99693821e5cd (patch) | |
tree | 1facf5a2e9d83fa018b03636f03c641ec1a1c46a /exporter/Cargo.toml | |
parent | 756664281e6f8c37653e8769890962e8bab933e9 (diff) | |
download | unity-tools-d5aa53fafed0dbf6d43943e3b88b99693821e5cd.tar unity-tools-d5aa53fafed0dbf6d43943e3b88b99693821e5cd.tar.bz2 unity-tools-d5aa53fafed0dbf6d43943e3b88b99693821e5cd.tar.zst |
audio clips
Diffstat (limited to 'exporter/Cargo.toml')
-rw-r--r-- | exporter/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exporter/Cargo.toml b/exporter/Cargo.toml index 02eca5c..12fe97f 100644 --- a/exporter/Cargo.toml +++ b/exporter/Cargo.toml @@ -14,3 +14,4 @@ glam = { version = "0.30.0", features = ["serde"] } gltf-json = "1.4.1" gltf = "1.4.1" bytemuck = "1.22.0" +hound = "3.5.1" |