rust-mobile / ndk

Rust bindings to the Android NDK
Apache License 2.0
1.14k stars 112 forks source link

ndk/native_window: Add missing function wrappers #425

Closed MarijnS95 closed 1 year ago

MarijnS95 commented 1 year ago

Note that this lacks ANativeWindow_readFromParcel/writeToParcel which'll only appear in API level 34 with R26 which is still in beta. Besides, we don't yet bind AParcel either.