Cargo Features

Xremap has no features set by default.

[dependencies]
xremap = { version = "0.14.6", features = ["gnome", "x11", "hypr", "kde", "wlroots", "udev", "niri", "device-test"] }
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

udev

Enables udev

niri = niri-ipc

Affects client::build_client

device-test

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.

niri-ipc niri?
wayland-client wlroots?

Enables wayland-client ^0.30

wayland-protocols-wlr wlroots?

Enables wayland-protocols-wlr ^0.1

x11rb x11?
zbus gnome? kde?
hyprland hypr?