Add KHR_texture_transform and utils features to the gltf package

This commit is contained in:
reo 2025-07-13 18:46:21 +03:00
parent 876d624d2d
commit 3db5237909

View file

@ -8,7 +8,7 @@ anyhow = "1.0.98"
glam = "0.30.4"
glium = { version = "0.35.0", features = ["glutin_backend", "simple_window_builder"] }
gltf = { version = "1.4.1", features = ["import"] }
gltf = { version = "1.4.1", features = ["import", "utils", "KHR_texture_transform"] }
glutin = { version = "0.32.3", default-features = false }
hecs = "0.10.5"