From ef872f878d0ca54c5e5d569663b07c36f8bb0c2b Mon Sep 17 00:00:00 2001 From: Etienne Date: Tue, 12 Mar 2024 11:26:11 +0100 Subject: [PATCH] Bump image to 0.25.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7442733..292bedf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ extras = ["gltf/extras"] [dependencies] cgmath = "0.18.0" gltf = { version = "1.3.0", features = ["KHR_lights_punctual"] } -image = "0.24.7" +image = "0.25.0" base64 = "0.21.5"