Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Nov 4, 2023
1 parent de8654c commit c92599f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ extras = ["gltf/extras"]

[dependencies]
cgmath = "0.18.0"
gltf = { version = "1.2.0", features = ["KHR_lights_punctual"] }
image = "0.24.6"
base64 = "0.21.2"
gltf = { version = "1.3.0", features = ["KHR_lights_punctual"] }
image = "0.24.7"
base64 = "0.21.5"

0 comments on commit c92599f

Please sign in to comment.