Remove Windows plugin

This commit is contained in:
Gregory Schier
2024-06-04 02:56:52 -07:00
parent 8d6f23eacb
commit 5e2218fd64
4 changed files with 1 additions and 111 deletions

View File

@@ -20,13 +20,6 @@ tauri-build = { version = "2.0.0-beta", features = [] }
objc = "0.2.7"
cocoa = "0.25.0"
[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.56.0", features = [
"Win32_Graphics_Dwm",
"Win32_Foundation",
"Win32_UI_Controls",
] }
[target.'cfg(target_os = "linux")'.dependencies]
openssl-sys = { version = "0.9", features = ["vendored"] } # For Ubuntu installation to work