Closed torokati44 closed 1 year ago
Well, oboe-rs
might only directly depend on ndk
itself, not ndk-glue
, but the version issue is the same.
Fwiw most important is the ndk
upgrade to 0.7.0
, ndk-glue
is just used to get an Android Activity in the demo
.
According to the compatibility table at https://github.com/rust-windowing/winit#android, to work with
winit
,ndk-glue
should be either0.5.0
, or0.7.0
. The fact thatoboe-rs
depends onndk-glue
0.6.0
causes some compatibility issues. So, would it be possible to update thendk-glue
dependency to be on0.7.0
?