fix: build issues on windows

This commit is contained in:
Andrew Bastin
2023-10-16 12:33:37 +05:30
parent 20ba4bed5d
commit 05c8a1aa30
21 changed files with 54 additions and 29 deletions

View File

@@ -26,7 +26,7 @@ cocoa = "0.25.0"
objc = "0.2.7"
[target.'cfg(target_os = "windows")'.dependencies]
# windows = { version = "0.51.1", features = ["Win32_Graphics_Dwm", "Win32_Foundation", "Win32_UI_Controls"] }
windows = { version = "0.51.1", features = ["Win32_Graphics_Dwm", "Win32_Foundation", "Win32_UI_Controls"] }
hex_color = "2.0.0"
[features]