You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the compatibility table at https://github.com/rust-windowing/winit#android, to work with winit, ndk-glue should be either 0.5.0, or 0.7.0.
The fact that oboe-rs depends on ndk-glue0.6.0 causes some compatibility issues.
So, would it be possible to update the ndk-glue dependency to be on 0.7.0?
The text was updated successfully, but these errors were encountered:
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 that
oboe-rs
depends onndk-glue
0.6.0
causes some compatibility issues.So, would it be possible to update the
ndk-glue
dependency to be on0.7.0
?The text was updated successfully, but these errors were encountered: