katyo / oboe-rs

Rust bindings for Oboe high-performance audio IO Android library
64 stars 22 forks source link

update ndk to 0.8 #57

Closed mockersf closed 9 months ago

mockersf commented 9 months ago

update ndk to the latest version, 0.8

tested with Bevy and https://github.com/RustAudio/cpal/pull/820

mockersf commented 9 months ago

CI should be fixed, at least it ran on my fork https://github.com/mockersf/oboe-rs/actions/runs/7626133608:

mockersf commented 9 months ago

also disable ndk default features

the only default one is rwh_0.6 which pulls version 0.6 of raw-window-handle but is unused by this crate. removing it let consumers decide which version of the crate they'll depend on

katyo commented 9 months ago

@mockersf Thank you so much