Closed not-fl3 closed 2 years ago
Any chance you can make a crates release with this little fix? It will be a life-saver for my android problem! :)
@not-fl3 I like to do releases when all dependencies are up to date, even the dev-dependencies. cpal is currently at version 0.10, but its latest release is 0.13. I've tried updating it but it's not trivial to do. I want to do it eventually when I find time, but you can also send a PR if you want to speed it up :).
lewton 0.9 used to have crate-type = [.., "cdylib"]
For whatever reason it made Cargo recompile it all the time during android build. It looks like a simple version bump fixes the problem!