Desktop: Switch to winit clipboard API (#4519)

* Desktop: Upgrade winit and port DnD to the new data transfer API

* Desktop: Read and write the clipboard via the winit data transfer API
This commit is contained in:
Timon
2026-09-15 14:17:51 +00:00
committed by GitHub
parent c6d6f9f8be
commit fdf6cfe296
7 changed files with 266 additions and 406 deletions
-1
View File
@@ -49,7 +49,6 @@ clap = { workspace = true, features = ["derive"] }
interprocess = "2.4.2"
fd-lock = "4.0.4"
ctrlc = "3.5.1"
window_clipboard = "0.5"
# Windows-specific dependencies
[target.'cfg(target_os = "windows")'.dependencies]