Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Dec 6, 2024
1 parent a7cdec9 commit fc50634
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "easy-gltf"
version = "1.1.3"
version = "1.1.4"
authors = ["Florian Amsallem <florian.amsallem@epita.fr>"]
description = "glTF 2.0 loader with an easy to use output"
documentation = "https://docs.rs/easy-gltf"
Expand All @@ -20,5 +20,8 @@ extras = ["gltf/extras"]
[dependencies]
cgmath = "0.18.0"
gltf = { version = "1.4.1", features = ["KHR_lights_punctual"] }
image = { version = "0.25.0", default-features = false, features = ["jpeg", "png"] }
base64 = "0.22.0"
image = { version = "0.25.5", default-features = false, features = [
"jpeg",
"png",
] }
base64 = "0.22.1"

0 comments on commit fc50634

Please sign in to comment.