mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-13 22:16:12 +11:00
Update image to 0.21 (#758)
This commit is contained in:
parent
26e37590e8
commit
8e733543cd
|
@ -1,6 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
- Added serde serialization to `os::unix::XWindowType`.
|
||||
- **Breaking:** `image` crate upgraded to 0.21. This is exposed as part of the `icon_loading` API.
|
||||
|
||||
# Version 0.18.1 (2018-12-30)
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ icon_loading = ["image"]
|
|||
lazy_static = "1"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
image = { version = "0.20.1", optional = true }
|
||||
image = { version = "0.21", optional = true }
|
||||
serde = { version = "1", optional = true, features = ["serde_derive"] }
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies.android_glue]
|
||||
|
|
Loading…
Reference in a new issue