-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please explicitly update coreaudio-sys #68
Comments
Author please! |
@sanbox-irl if |
coreaudio-sys could be made much less fragile and heavyweight by including pregenerated bindings rather than invoking bindgen. |
@Ralith that's a separate suggestion, also best done at https://github.com/RustAudio/coreaudio-sys |
One potential issue is copyright. Are the headers compatible with the license of coreaudio-sys, or are they apple-proprietary? |
Hello!
This repo currently relies upon coreaudio-sys, and just lists version "0.2". My Cargo is defaulting that to "0.2.2", but "0.2.3" of coreaudio-sys has upgraded its bindgen version to the much more recent v0.5.0. 0.2.2 however, is still stuck on 0.32.3.
This is a problem as I have another package which uses a more recent bindgen, and cargo can't let me use both packages at once. For now, I essentially can't use this package, cpal, or rodio.
Here's the error message cargo gives me incase there's a simpler solution for me personally:
Thanks guys!
The text was updated successfully, but these errors were encountered: