Cargo Features
wl-clipboard-rs has no features set by default.
[dependencies]
wl-clipboard-rs = { version = "0.9.1", features = ["native_lib", "dlopen"] }
- native_lib dlopen?
-
Link to libwayland-client.so instead of using the Rust implementation.
Enables client_system and server_system of wayland-backend
- dlopen = native_lib
-
Enables dlopen of wayland-backend