Skip to content

Commit

Permalink
Merge pull request #25 from SecondHalfGames/extras
Browse files Browse the repository at this point in the history
Preserve extras in glTF output
  • Loading branch information
kanerogers authored Dec 1, 2023
2 parents ac28709 + ed9f266 commit 832bc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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"
Expand Down

0 comments on commit 832bc07

Please sign in to comment.