mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
add winerror
This commit is contained in:
parent
1e4e9c203c
commit
09d8a7720e
@ -106,7 +106,7 @@ android_logger = "0.13.3"
|
|||||||
|
|
||||||
# Dependencies for Windows
|
# Dependencies for Windows
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dependencies]
|
||||||
winapi = { version = "0.3.9", features = ["iptypes", "iphlpapi"] }
|
winapi = { version = "0.3.9", features = ["iptypes", "iphlpapi", "winerror"] }
|
||||||
|
|
||||||
# Dependencies for iOS
|
# Dependencies for iOS
|
||||||
[target.'cfg(target_os = "ios")'.dependencies]
|
[target.'cfg(target_os = "ios")'.dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user