Cargo Features

Xremap has no features set by default.

[dependencies]
xremap = { version = "0.8.18", features = ["gnome", "sway", "x11", "hypr", "kde", "wlroots"] }
gnome = zbus

Affects client::build_client

sway = swayipc

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.

swayipc sway?
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?