Cargo Features
[dependencies]
alacritty = { version = "0.14.0", default-features = false, features = ["x11", "wayland", "nightly"] }
- default = wayland, x11
-
These default features are set whenever
alacritty
is added without
somewhere in the dependency tree.default-features = false - x11 default = png
-
Enables x11 of copypasta, glx and x11 of glutin, x11 of winit
- wayland default
-
Enables wayland, wayland-csd-adwaita-crossfont and wayland-dlopen of winit, wayland of copypasta and glutin
- nightly
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.