Desktop: Update winit to include window dragging fix for Windows (#4550)

This commit is contained in:
Timon
2026-09-20 01:27:37 +00:00
committed by GitHub
parent 2ed5e775e5
commit aee07b052a
3 changed files with 28 additions and 26 deletions
+1
View File
@@ -44,6 +44,7 @@ rfd = { workspace = true }
open = { workspace = true }
lzma-rust2 = { workspace = true }
serde = { workspace = true }
url = { workspace = true }
rand = { workspace = true, features = ["thread_rng"] }
clap = { workspace = true, features = ["derive"] }
interprocess = "2.4.2"