Add KHR_texture_transform and utils features to the gltf package
This commit is contained in:
parent
876d624d2d
commit
3db5237909
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ anyhow = "1.0.98"
|
||||||
glam = "0.30.4"
|
glam = "0.30.4"
|
||||||
|
|
||||||
glium = { version = "0.35.0", features = ["glutin_backend", "simple_window_builder"] }
|
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 }
|
glutin = { version = "0.32.3", default-features = false }
|
||||||
|
|
||||||
hecs = "0.10.5"
|
hecs = "0.10.5"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue