diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-09 02:07:03 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-09 02:07:03 +0100 |
commit | c98498f5b6cb147bc506f0aba27065e98b08a8d8 (patch) | |
tree | 402dffc76ee0327138959a2c6e92b65039bbed7b /world/Cargo.toml | |
parent | 060a94327220a61d72b2f064b2d170639bff866a (diff) | |
download | weareserver-c98498f5b6cb147bc506f0aba27065e98b08a8d8.tar weareserver-c98498f5b6cb147bc506f0aba27065e98b08a8d8.tar.bz2 weareserver-c98498f5b6cb147bc506f0aba27065e98b08a8d8.tar.zst |
add mesh alpha property and correct usage of transmission
Diffstat (limited to 'world/Cargo.toml')
-rw-r--r-- | world/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/Cargo.toml b/world/Cargo.toml index 93d1133..11272ed 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -11,6 +11,7 @@ gltf = { version = "1.4.1", features = [ "extras", "names", "KHR_lights_punctual", + "KHR_materials_transmission", ] } log = "0.4.22" weareshared = { path = "../shared" } |