Selaa lähdekoodia

fix(clipboard): build issues on wayland (fix #8515) (#8546)

* fix(clipboard): fail to build on wayland

* specify exact version

* bump MSRV to 1.63

* revert msrv changes

---------

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
阿良仔 1 vuosi sitten
vanhempi
sitoutus
1ca69bcf2f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      core/tauri-runtime-wry/Cargo.toml

+ 1 - 1
core/tauri-runtime-wry/Cargo.toml

@@ -48,6 +48,6 @@ macos-private-api = [
 ]
 objc-exception = [ "wry/objc-exception" ]
 global-shortcut = [ "tauri-runtime/global-shortcut" ]
-clipboard = [ "tauri-runtime/clipboard", "arboard" ]
+clipboard = [ "tauri-runtime/clipboard", "arboard/wayland-data-control" ]
 linux-headers = [ "wry/linux-headers", "webkit2gtk/v2_36" ]
 tracing = [ "dep:tracing", "wry/tracing" ]