Cargo Features

wayrs-utils has no features set by default.

[dependencies]
wayrs-utils = { version = "0.15.0", features = ["seats", "shm_alloc", "cursor", "keyboard", "dmabuf_feedback"] }
seats

Affects wayrs-utils::seats

shm_alloc cursor?

Enables memmap2 ^0.8 and shmemfdrs2

Affects wayrs-utils::shm_alloc

cursor = shm_alloc

Enables xcursor, cursor-shape-v1 of wayrs-protocols

Affects wayrs-utils::cursor

keyboard

Enables xkbcommon

Affects wayrs-utils::keyboard

dmabuf_feedback

Enables memmap2 ^0.8 and linux-dmabuf-v1 of wayrs-protocols

wayrs-protocols:

wayland-stable

Affects wayrs-utils::dmabuf_feedback

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.

wayrs-protocols cursor? dmabuf_feedback?