Using librespot in a Swift iOS Application #705
AttilaTheFun
started this conversation in
General
Replies: 1 comment
-
Looks as if you need C bindings. If you want to implement them yourself, please take a look at #689. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone here attempted / been successful with integrating librespot into a Swift iOS application? (Or Objective-C for that matter?)
From this Mozilla article, it sounds possible to use rust libraries on iOS:
https://mozilla.github.io/firefox-browser-architecture/experiments/2017-09-06-rust-on-ios.html
It sounds like I would need to link the library after compiling it for arm-64 and add a bridging header.
Beta Was this translation helpful? Give feedback.
All reactions