Cargo Features
[dependencies]
smithay-clipboard = { version = "0.7.2", default-features = false, features = ["dlopen"] }
- default = dlopen
-
The
dlopen
feature is set by default wheneversmithay-clipboard
is added without
somewhere in the dependency tree.default-features = false - dlopen default
-
Enables dlopen of wayland-backend
smithay-clipboard has 2 features without comments.