Robert Bragg
73a1acb3c7
examples: bump gradle-wrapper to fetch gradle-7.5-bin.zip
2022-08-11 03:12:33 +01:00
Robert Bragg
b63b5e15fa
Update READMEs
2022-07-03 23:34:25 +01:00
Robert Bragg
2264826535
Update examples to use android_activity
2022-07-03 22:18:46 +01:00
Robert Bragg
d4459921b9
Remove global android_app() API
...
android_main() now takes an `app: AndroidApp` argument and has an
extern "Rust" ABI instead of "C" ABI.
This should help make it possible to run multiple native Activities in a
single process.
2022-07-03 22:18:45 +01:00
Robert Bragg
2f3dbf12a6
add android:configChanges to manifests + remove some unused xml
2022-05-23 01:43:03 +01:00
Robert Bragg
9ac0e2f6e2
na-winit-wgpu: don't look for winit crate locally by default
2022-05-20 05:03:47 +01:00
Robert Bragg
bab9bcf104
Add na-winit-wgpu example based on NativeActivity
2022-05-20 04:07:29 +01:00