diff --git a/Cargo.toml b/Cargo.toml index e852acd..396c664 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ rust-version = "1.65.0" default = ["x11", "wayland"] x11 = ["x11-clipboard"] wayland = ["smithay-clipboard"] +wayland-dlopen = ["smithay-clipboard/dlopen"] [target.'cfg(windows)'.dependencies] clipboard-win = "3.0.2"