mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-11 11:53:21 +03:00
chore: remove nix workaround following zbus release (#8773)
This commit is contained in:
parent
ae0fe47c4c
commit
f2e4c9de3a
@ -34,9 +34,6 @@ gtk = { version = "0.18", features = [ "v3_24" ] }
|
||||
webkit2gtk = { version = "=2.0", features = [ "v2_38" ] }
|
||||
percent-encoding = "2.1"
|
||||
|
||||
[target."cfg(unix)".dependencies]
|
||||
nix = { version = "0.26.0", default-features = false, features = [ "user", "socket", "uio" ] }
|
||||
|
||||
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]
|
||||
cocoa = "0.25"
|
||||
|
||||
|
@ -37,7 +37,7 @@ targets = [
|
||||
]
|
||||
|
||||
[package.metadata.cargo-udeps.ignore]
|
||||
normal = [ "reqwest", "nix" ]
|
||||
normal = [ "reqwest" ]
|
||||
build = [ "tauri-build" ]
|
||||
development = [ "quickcheck_macros" ]
|
||||
|
||||
@ -88,9 +88,6 @@ cocoa = "0.25"
|
||||
objc = "0.2"
|
||||
window-vibrancy = "0.4"
|
||||
|
||||
[target."cfg(unix)".dependencies]
|
||||
nix = { version = "0.26.0", default-features = false, features = [ "user", "socket", "uio" ] }
|
||||
|
||||
[target."cfg(windows)".dependencies]
|
||||
webview2-com = "0.28"
|
||||
window-vibrancy = "0.4"
|
||||
|
Loading…
Reference in New Issue
Block a user