Closed mockersf closed 9 months ago
CI should be fixed, at least it ran on my fork https://github.com/mockersf/oboe-rs/actions/runs/7626133608:
maxim-lobanov/setup-android-tools
by doing the installs manuallyalso 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
@mockersf Thank you so much
update ndk to the latest version, 0.8
tested with Bevy and https://github.com/RustAudio/cpal/pull/820