From 3db523790934fc659aee2c848a2addc40eec6e52 Mon Sep 17 00:00:00 2001 From: reo Date: Sun, 13 Jul 2025 18:46:21 +0300 Subject: [PATCH] Add KHR_texture_transform and utils features to the gltf package --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86f321c..d26e25b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"