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;
@msiglreith Given your thumbs-up I've moved the entries into your top-post so that they get counted towards the number of tasks, and renamed the title to state that we'd like to sync up with 0.27.
I have a few other breaking changes in mind that require coordination between winit and the ndk, so it'd be great if we can bump ndk->winit->glutin in that order when the time comes to it. So a request to the winit maintainers to ping me (in this issue) whenever plans are commencing to set out 0.27 :)
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_context
instead and automagically support a wider range ofndk-glue
versions?ndk-glue
passes its structs to the user and removingstatic
globals plus their accessor functions;NativeWindow
'sRawWindowHandle
implementation directly: ndk: ImplementHasRawWindowHandle
directly onNativeWindow
rust-mobile/ndk#274NativeWindow
lock until after notifying the user withEvent::Suspended
#2307parking_lot
formap
pable andSend
able lock guards rust-mobile/ndk#282lazy_static
crate withonce_cell
rust-mobile/ndk#285-lgcc
workaround tocargo_ndk
to reuse in--
subcommand rust-mobile/ndk#286--target
to blanketcargo apk --
calls when not provided rust-mobile/ndk#287NativeWindow
/InputQueue
locks in a newtype rust-mobile/ndk#288winit
CI failures on Android: Release ndk-build-0.6.0, cargo-apk-0.9.2 rust-mobile/ndk#289posix
module withstd::io::Error::from_raw_os_error
rust-mobile/ndk#291InputQueueError
withstd::io::Error
and add missing docs rust-mobile/ndk#292doc_cfg
anddoc_auto_cfg
for all[features]
crates on https://docs.rs rust-mobile/ndk#293Result
wrapping fromhas_events()
rust-mobile/ndk#294HardwareBufferError
withstd::io::Error
through new helper conversion function rust-mobile/ndk#295HardwareBuffer
leak forAndroidBitmap
and clarify handling in docs rust-mobile/ndk#296hardware_buffer
/trace
feature in favour of API level rust-mobile/ndk#320The text was updated successfully, but these errors were encountered: