From c8d0e234c7e235c7d6d344ca122dd877883f717f Mon Sep 17 00:00:00 2001 From: nab138 Date: Sun, 10 Aug 2025 20:59:16 -0400 Subject: [PATCH] Add idevice to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcb802c..d413e48 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ To use isideload, add the following to your `Cargo.toml`: ```toml [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. +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: