summaryrefslogtreecommitdiff
path: root/world/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-09 20:36:54 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-09 20:36:54 +0100
commit20db20d2702f7b547e1c9c0a2698b6d576cd79d8 (patch)
tree6ce4cd6e9b9b5b95969cf584cd47e9cd62439f2c /world/Cargo.toml
parent726f435d29d9c341fad8dc9fdcda3ffdfbb320e8 (diff)
downloadweareserver-20db20d2702f7b547e1c9c0a2698b6d576cd79d8.tar
weareserver-20db20d2702f7b547e1c9c0a2698b6d576cd79d8.tar.bz2
weareserver-20db20d2702f7b547e1c9c0a2698b6d576cd79d8.tar.zst
implement KHR_materials_dispersion
Diffstat (limited to 'world/Cargo.toml')
-rw-r--r--world/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/Cargo.toml b/world/Cargo.toml
index 51437d5..3a867bb 100644
--- a/world/Cargo.toml
+++ b/world/Cargo.toml
@@ -10,6 +10,7 @@ env_logger = "0.11.6"
gltf = { version = "1.4.1", features = [
"extras",
"names",
+ "extensions",
"KHR_lights_punctual",
"KHR_materials_transmission",
"KHR_materials_ior",