summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-01-14 11:56:51 +0000
committerLibravatar GitHub <noreply@github.com>2025-01-14 11:56:51 +0000
commita773e44b6139fae917e7040fabed8797bb75933c (patch)
tree1e87ea9c3143119bf29ba845b0b9151f114576ee /Cargo.toml
parent28797977584fcc42ae2c29b7adee4725e5aac1c5 (diff)
parent1a2e55ea6045cc7bc49bc5fb74474320f1d50079 (diff)
downloadiced-a773e44b6139fae917e7040fabed8797bb75933c.tar.gz
iced-a773e44b6139fae917e7040fabed8797bb75933c.tar.bz2
iced-a773e44b6139fae917e7040fabed8797bb75933c.zip
Merge pull request #2716 from Zarthus/master
Bump image from `0.24` to `0.25`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5476d779..be9f8b49 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -155,7 +155,7 @@ glam = "0.25"
glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "09712a70df7431e9a3b1ac1bbd4fb634096cb3b4" }
guillotiere = "0.6"
half = "2.2"
-image = { version = "0.24", default-features = false }
+image = { version = "0.25", default-features = false }
kamadak-exif = "0.5"
kurbo = "0.10"
log = "0.4"