Skip to content

Commit fc50634

Browse files
committed
Update dependencies
1 parent a7cdec9 commit fc50634

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "easy-gltf"
3-
version = "1.1.3"
3+
version = "1.1.4"
44
authors = ["Florian Amsallem <florian.amsallem@epita.fr>"]
55
description = "glTF 2.0 loader with an easy to use output"
66
documentation = "https://docs.rs/easy-gltf"
@@ -20,5 +20,8 @@ extras = ["gltf/extras"]
2020
[dependencies]
2121
cgmath = "0.18.0"
2222
gltf = { version = "1.4.1", features = ["KHR_lights_punctual"] }
23-
image = { version = "0.25.0", default-features = false, features = ["jpeg", "png"] }
24-
base64 = "0.22.0"
23+
image = { version = "0.25.5", default-features = false, features = [
24+
"jpeg",
25+
"png",
26+
] }
27+
base64 = "0.22.1"

0 commit comments

Comments
 (0)