-
Notifications
You must be signed in to change notification settings - Fork 239
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
minimp3 causes iOS app store rejection due to slice_deque use #400
Comments
Thanks for filing a bug! Outside of removing the mp3 feature entirely, it's not very actionable from the point of view of rodio. There are two better places for bugs:
|
Great; I'll file it upstream on |
Minimp3 already has a bug filed for this issue from a few months back. I have now created a fork of slice_deque with the issue patched because so long has passed and dropped them a PR for this very issue. 😊 |
For reference: germangb/minimp3-rs#38 |
First reported in bevyengine/bevy#3145, but I figured I'd toss it upstream for the
rodio
team to look at.The text was updated successfully, but these errors were encountered: