diff options
author | 2025-01-02 19:44:08 +0100 | |
---|---|---|
committer | 2025-01-14 11:45:19 +0000 | |
commit | 8078f5b08c759977a1d4c631c4bd252dcc835cbd (patch) | |
tree | 9f4d53a5598809c3d2559fd400d87bffffb319f2 /Cargo.toml | |
parent | 28797977584fcc42ae2c29b7adee4725e5aac1c5 (diff) | |
download | iced-8078f5b08c759977a1d4c631c4bd252dcc835cbd.tar.gz iced-8078f5b08c759977a1d4c631c4bd252dcc835cbd.tar.bz2 iced-8078f5b08c759977a1d4c631c4bd252dcc835cbd.zip |
Bump image from `0.24` to `0.25`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |