diff options
Diffstat (limited to 'world/Cargo.toml')
-rw-r--r-- | world/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/world/Cargo.toml b/world/Cargo.toml index 540b54b..93d1133 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -7,7 +7,11 @@ edition = "2024" anyhow = "1.0.95" clap = { version = "4.5.23", features = ["derive"] } env_logger = "0.11.6" -gltf = { version = "1.4.1", features = ["extras", "names"] } +gltf = { version = "1.4.1", features = [ + "extras", + "names", + "KHR_lights_punctual", +] } log = "0.4.22" weareshared = { path = "../shared" } rand = "0.9.0-beta.1" |