fix(win32): Sidecar spawning a window (#14197)

This commit is contained in:
Luke Parker
2026-02-19 08:18:15 +10:00
committed by GitHub
parent 87c16374aa
commit 7033b4d0a8
3 changed files with 22 additions and 6 deletions

View File

@@ -54,6 +54,9 @@ chrono = "0.4"
tokio-stream = { version = "0.1.18", features = ["sync"] }
process-wrap = { version = "9.0.3", features = ["tokio1"] }
[target.'cfg(windows)'.dependencies]
windows = { version = "0.62", features = ["Win32_System_Threading"] }
[target.'cfg(target_os = "linux")'.dependencies]
gtk = "0.18.2"
webkit2gtk = "=2.0.2"