Cargo Features
Xremap has no features set by default.
[dependencies]
xremap = { version = "0.10.2", features = ["gnome", "x11", "hypr", "kde", "wlroots"] }
- gnome = zbus
-
Affects
client::build_client
… - x11 = x11rb
-
Affects
client::build_client
… - hypr = hyprland
-
Affects
client::build_client
… - kde = zbus
-
Affects
client::build_client
… - wlroots = wayland-client, wayland-protocols-wlr
-
Affects
client::build_client
…
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.
- wayland-client wlroots?
-
Enables wayland-client ^0.30
- wayland-protocols-wlr wlroots?
-
Enables wayland-protocols-wlr ^0.1
- x11rb x11?
- zbus gnome? kde?
-
Enables zbus ^1.9.2
- hyprland hypr?