mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
fix windows-rs features
This commit is contained in:
@@ -30,7 +30,14 @@ base64 = "0.22"
|
||||
dirs = "6"
|
||||
|
||||
[target."cfg(windows)".dependencies]
|
||||
windows = "0.61"
|
||||
windows = { version = "0.61", features = [
|
||||
"Win32_Graphics",
|
||||
"Win32_Graphics_Gdi",
|
||||
"Win32_UI_HiDpi",
|
||||
"Win32_UI_Input",
|
||||
"Win32_UI_Input_KeyboardAndMouse",
|
||||
"Win32_System_LibraryLoader",
|
||||
] }
|
||||
|
||||
[target."cfg(target_os = \"macos\")".dependencies]
|
||||
objc2 = "0.6"
|
||||
|
||||
Reference in New Issue
Block a user