-
I noticed that only the PNG and JPEG formats are enabled for images libraries . |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Dec 30, 2024
Replies: 1 comment
-
In fact, Slint can support all format that are supported by the But you can add that in your Cargo.toml: image = { version = "0.24", features = ["default"] } The version must be the same as the one used by Slint |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ngxtp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In fact, Slint can support all format that are supported by the
image
crate.It is just that the features are disabled by default.
But you can add that in your Cargo.toml:
The version must be the same as the one used by Slint