jkcoxson / rusty_libimobiledevice

A Rust wrapper for Libimobiledevice
MIT License
44 stars 19 forks source link

Fix build with the latest version of libimobiledevice #7

Closed michaelwright235 closed 1 month ago

michaelwright235 commented 1 month ago

At the moment the building process is broken because the latest version of libimobiledevice requires a new libtatsu library. Since build.rs just clones the repository (thus uses the latest version) we need to handle this new library.