Add idevice to readme

This commit is contained in:
nab138
2025-08-10 20:59:16 -04:00
parent 3ddf465625
commit c8d0e234c7

View File

@@ -13,6 +13,7 @@ To use isideload, add the following to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
isideload = { version = "0.1.0", features = ["vendored-openssl", "vendored-botan" ] } # Optionally, both vendored features can be enabled to avoid needing OpenSSL and Botan installed on your system. isideload = { version = "0.1.0", features = ["vendored-openssl", "vendored-botan" ] } # Optionally, both vendored features can be enabled to avoid needing OpenSSL and Botan installed on your system.
idevice = { version = "0.1.37", features = ["usbmuxd"]} # Used to give isideload an IdeviceProvider. You don't need to use usbmuxd. For more info see https://github.com/jkcoxson/idevice
``` ```
Then, you can use it like so: Then, you can use it like so: