Cargo Features
[dependencies]
vizia_winit = { version = "0.3.0", default-features = false, features = ["x11", "wayland", "clipboard", "accesskit"] }
- default = accesskit
-
The
accesskit
feature is set by default whenevervizia_winit
is added without
somewhere in the dependency tree.default-features = false - x11
-
Enables x11 of glutin, glutin-winit, and winit
- wayland
-
Enables wayland, wayland-csd-adwaita and wayland-dlopen of winit, wayland of glutin-winit and optional copypasta
- clipboard = copypasta
- accesskit default
-
Enables accesskit and accesskit_winit
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.