diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 3c4fbbce..8abfe805 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4" # Inline string indoc = "2" # Importing images -image = { version = "0.24", default-features = false, features = [ +image = { version = "0.25", default-features = false, features = [ "png", "jpeg", "tiff", diff --git a/rend3-gltf/Cargo.toml b/rend3-gltf/Cargo.toml index a3ca254f..65444541 100644 --- a/rend3-gltf/Cargo.toml +++ b/rend3-gltf/Cargo.toml @@ -22,7 +22,7 @@ ddsfile = { version = "0.5", optional = true } float-ord = "0.3.2" glam = "0.25" gltf = { version = "1.0", default-features = false, features = ["KHR_lights_punctual", "KHR_texture_transform", "KHR_materials_unlit", "extras", "names", "utils"] } -image = { version = "0.24", default-features = false } +image = { version = "0.25", default-features = false } ktx2 = { version = "0.3", optional = true } log = "0.4" profiling = {version = "1", default-features = false } diff --git a/rend3-test/Cargo.toml b/rend3-test/Cargo.toml index 031e0fd3..792b6f93 100644 --- a/rend3-test/Cargo.toml +++ b/rend3-test/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "1" env_logger = "0.11" flume = { version = "0.11", features = ["spin"] } glam = "0.25" -image = { version = "0.24", default-features = false, features = ["png"] } +image = { version = "0.25", default-features = false, features = ["png"] } rend3 = { path = "../rend3" } rend3-routine = { path = "../rend3-routine" } wgpu = "0.19.0"