Skip to content

Commit

Permalink
Update gltf 0.16 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored and asny committed Apr 7, 2022
1 parent cb5c203 commit bb1eb9a
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 @@ -33,7 +33,7 @@ half = {version="1.8", features=["std", "num-traits", "zerocopy", "serde"]}
thiserror = "1.0"
reqwest = { version = "0.11", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
gltf = { version = "0.16", features = ["utils"], optional = true }
gltf = { version = "1.0.0", features = ["utils"], optional = true }
wavefront_obj = { version = "10.0", optional = true }
image = { version = "0.23", optional = true, default-features = false, features = ["gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld"]}
egui = { version = "0.13", optional = true }
Expand Down

0 comments on commit bb1eb9a

Please sign in to comment.