RustAudio / audrey

A crate to simplify reading, writing and converting between a variety of audio formats.
Other
132 stars 16 forks source link

Bump lewton version #31

Closed not-fl3 closed 2 years ago

not-fl3 commented 2 years ago

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!

not-fl3 commented 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! :)

est31 commented 2 years ago

@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 :).