Skip to content

Commit

Permalink
Merge pull request amethyst#2672 from jonlil/main
Browse files Browse the repository at this point in the history
Add gltf feature for gltf_scene example
  • Loading branch information
dawnlarsson authored May 20, 2021
2 parents f563103 + 4e10599 commit 5dfb524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gltf_scene/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "main.rs"
name = "gltf"

[dependencies]
amethyst = { path = "../../", features = ["optional"] }
amethyst = { path = "../../", features = ["optional", "gltf"] }
log = { version = "^0.4", features = ["serde"] }
serde = "^1"
derivative = "^2"
Expand Down

0 comments on commit 5dfb524

Please sign in to comment.