Cargo Features

[dependencies]
iced_winit = { version = "0.12.2", default-features = false, features = ["debug", "system", "application", "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 default-features = false somewhere in the dependency tree.

debug

Enables debug of iced_runtime

system = sysinfo

Affects iced_winit::system

application

Affects iced_winit::application

x11 default

Enables x11 of winit ^0.29

wayland default

Enables wayland of winit ^0.29

wayland-dlopen default

Enables wayland-dlopen of winit ^0.29

wayland-csd-adwaita default

Enables wayland-csd-adwaita of winit ^0.29

multi-window

Enables multi-window of iced_runtime

Affects iced_winit::multi_window

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?