Skip to content

Commit

Permalink
Add wayland-dlopen feature switch
Browse files Browse the repository at this point in the history
This feature controls whether to load libwayland at runtime using dlopen
instead of linking with it.
  • Loading branch information
liferooter committed Jun 22, 2024
1 parent 7a0c23c commit 576357c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 576357c

Please sign in to comment.