From ed9f266cc7384cb368e421e53acfe1d89d99d06f Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 29 Sep 2023 23:24:30 -0400 Subject: [PATCH] Preserve extras in glTF --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a052f1e..edb9aa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.69" clap = { version = "4.1.6", features = ["derive"] } env_logger = "0.10.0" fs-err = "2.9.0" -gltf = { version = "1.0", features = ["KHR_lights_punctual"] } +gltf = { version = "1.0", features = ["KHR_lights_punctual", "extras"] } image = "0.24" log = "0.4.17" seahash = "4.1.0"