Cargo Features
[dependencies]
iced_winit = { version = "0.14.0", default-features = false, features = ["debug", "sysinfo", "unconditional-rendering", "linux-theme-detection", "x11", "wayland"] }
- default = wayland, x11
-
These default features are set whenever
iced_winitis added withoutsomewhere in the dependency tree.default-features = false - debug
-
Enables enable of iced_debug
- sysinfo
-
Enables sysinfo ^0.33
- unconditional-rendering
- linux-theme-detection
-
Enables async-io and color-scheme of mundy
- x11 default
-
Enables x11 of window_clipboard and winit
- wayland default
-
Enables wayland of window_clipboard, wayland, wayland-csd-adwaita and wayland-dlopen of winit
iced_winit has 7 features without comments.