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 default-features = false somewhere in the dependency tree.

debug

Enables debug of iced_runtime

system = sysinfo

Affects iced_winit::system

program

Affects iced_winit::program

x11 default

Enables x11 of winit

wayland default

Enables wayland of winit

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