Port to win32

This commit is contained in:
jtnunley 2022-12-20 08:08:46 -08:00 committed by Jeremy Soller
parent 95e8d05902
commit 85b4f189bd
3 changed files with 14 additions and 10 deletions

View file

@ -21,9 +21,9 @@ wayland-backend = {version = "0.1.0-beta.14", features = ["client_system"]}
wayland-client = {version = "0.30.0-beta.14"}
x11-dl = "2.19.1"
[target.'cfg(target_os = "windows")'.dependencies.winapi]
version = "0.3.9"
features = ["windef", "wingdi", "winuser"]
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.42.0"
features = ["Win32_Graphics_Gdi", "Win32_UI_WindowsAndMessaging", "Win32_Foundation"]
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24.0"