mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Janitor: Update the image crate
Note: this could be a breaking change if someone did ``` image = { version = "0.24", features = [...] } ``` To enable more features decoder of the image to support more file format in slint
This commit is contained in:
parent
2ee1ee435d
commit
1d2201a7ce
9 changed files with 8 additions and 8 deletions
|
@ -55,7 +55,7 @@ i-slint-core = { workspace = true, features = ["ffi"] }
|
|||
slint-interpreter = { workspace = true, features = ["ffi", "compat-1-2"], optional = true }
|
||||
raw-window-handle = { version = "0.5", optional = true }
|
||||
# Enable image-rs' default features to make all image formats to C++ users
|
||||
image = { version = "0.24.0", optional = true }
|
||||
image = { workspace = true, optional = true, features = ["default"] }
|
||||
|
||||
esp-backtrace = { version = "0.11.0", features = ["panic-handler", "println"], optional = true }
|
||||
esp-println = { version = "0.9.0", default-features = false, features = ["uart"], optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue