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
Consider extending ndk_context instead and automagically support a wider range of ndk-glue versions?
Alternatively there have been suggestions [TODO: reference needed] of reworking how ndk-glue passes its structs to the user and removing static globals plus their accessor functions;
https://github.com/rust-windowing/winit/issues?q=is%3Aopen+label%3A%22platform%3A+Android%22+milestone%3A%22Version+0.27%22+
ndk 0.7.0(breaking changes: https://github.com/rust-windowing/android-ndk-rs/blob/master/ndk/CHANGELOG.md) prior to releasingwinit(seems like a nice cut-off point);ndk_contextinstead and automagically support a wider range ofndk-glueversions?ndk-gluepasses its structs to the user and removingstaticglobals plus their accessor functions;NativeWindow'sRawWindowHandleimplementation directly: ndk: ImplementHasRawWindowHandledirectly onNativeWindowrust-mobile/ndk#274NativeWindowlock until after notifying the user withEvent::Suspended#2307parking_lotformappable andSendable lock guards rust-mobile/ndk#282lazy_staticcrate withonce_cellrust-mobile/ndk#285-lgccworkaround tocargo_ndkto reuse in--subcommand rust-mobile/ndk#286--targetto blanketcargo apk --calls when not provided rust-mobile/ndk#287NativeWindow/InputQueuelocks in a newtype rust-mobile/ndk#288winitCI failures on Android: Release ndk-build-0.6.0, cargo-apk-0.9.2 rust-mobile/ndk#289posixmodule withstd::io::Error::from_raw_os_errorrust-mobile/ndk#291InputQueueErrorwithstd::io::Errorand add missing docs rust-mobile/ndk#292doc_cfganddoc_auto_cfgfor all[features]crates on https://docs.rs rust-mobile/ndk#293Resultwrapping fromhas_events()rust-mobile/ndk#294HardwareBufferErrorwithstd::io::Errorthrough new helper conversion function rust-mobile/ndk#295HardwareBufferleak forAndroidBitmapand clarify handling in docs rust-mobile/ndk#296hardware_buffer/tracefeature in favour of API level rust-mobile/ndk#320