Cargo Features
[dependencies]
iced_winit = { version = "0.13.0", default-features = false, features = ["debug", "system", "program", "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", "multi-window"] }
- default = wayland, wayland-csd-adwaita, wayland-dlopen, x11
-
These default features are set whenever
iced_winit
is added without
somewhere in the dependency tree.default-features = false - debug
-
Enables debug of iced_runtime
- system = sysinfo
-
Affects
iced_winit::system
… - program
-
Affects
iced_winit::program
… - x11 default
- wayland default
- wayland-dlopen default
-
Enables wayland-dlopen of winit
- wayland-csd-adwaita default
-
Enables wayland-csd-adwaita of winit
- multi-window
-
Enables multi-window of iced_runtime
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- sysinfo system?
-
Enables sysinfo ^0.30