diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-09 03:01:52 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-09 03:01:52 +0100 |
commit | c80016a9ef91da2362d6874c130941efcf36ac00 (patch) | |
tree | 715481f2b15fbcbaa13fd09d56064a4265faa9dd /world/Cargo.toml | |
parent | 524f5d27020ca63d21cd5eca1120a1c71443e240 (diff) | |
download | weareserver-c80016a9ef91da2362d6874c130941efcf36ac00.tar weareserver-c80016a9ef91da2362d6874c130941efcf36ac00.tar.bz2 weareserver-c80016a9ef91da2362d6874c130941efcf36ac00.tar.zst |
add more gltf extensions
Diffstat (limited to 'world/Cargo.toml')
-rw-r--r-- | world/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/world/Cargo.toml b/world/Cargo.toml index 11272ed..51437d5 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -12,6 +12,9 @@ gltf = { version = "1.4.1", features = [ "names", "KHR_lights_punctual", "KHR_materials_transmission", + "KHR_materials_ior", + "KHR_materials_volume", + "KHR_materials_emissive_strength", ] } log = "0.4.22" weareshared = { path = "../shared" } |