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 whenever vizia_winit is added without default-features = false somewhere in the dependency tree.

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.

copypasta clipboard?