Cargo Features
[dependencies]
simp = { version = "3.9.0", default-features = false, features = ["full", "avif", "jxl", "heif", "gtk3", "xdg-portal"] }
- default = xdg-portal
-
The
xdg-portal
feature is set by default wheneversimp
is added without
somewhere in the dependency tree.default-features = false - full = avif, heif, jxl
- avif full?
-
Enables avif-native of image
image:
Enable native dependency libdav1d
- jxl full?
-
Enables jpegxl-rs
Affects
save_image::get_jxl_quality
,save::jpeg_xl
… - heif full?
-
Enables libheif-rs
- gtk3
- xdg-portal default
-
Enables async-std and xdg-portal of rfd