mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Add vendored openssl-sys for Windows builds
This commit is contained in:
@@ -14,6 +14,7 @@ keywords = ["lockdownd", "ios"]
|
|||||||
tokio = { version = "1.43", features = ["io-util", "macros", "time"] }
|
tokio = { version = "1.43", features = ["io-util", "macros", "time"] }
|
||||||
tokio-openssl = { version = "0.6" }
|
tokio-openssl = { version = "0.6" }
|
||||||
openssl = { version = "0.10" }
|
openssl = { version = "0.10" }
|
||||||
|
openssl-sys = { version = "0.9", optional = true }
|
||||||
|
|
||||||
plist = { version = "1.7" }
|
plist = { version = "1.7" }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
@@ -53,3 +54,6 @@ full = [
|
|||||||
"usbmuxd",
|
"usbmuxd",
|
||||||
"xpc",
|
"xpc",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[target.'cfg(target_os = "windows")'.features]
|
||||||
|
default = ["dep:openssl-sys", "openssl-sys/vendored"]
|
||||||
|
|||||||
Reference in New Issue
Block a user