Update examples

- Updates deps
- Some README updates considering the Winit backend based on
  android-activity has been merged upstream
- runs cargo fmt over examples
- Top-level Cargo.toml simply excludes "examples" instead of
  listing each sub-directory separately
This commit is contained in:
Robert Bragg
2022-11-10 19:27:25 +00:00
parent c75f33a81e
commit 649b65c0c0
26 changed files with 795 additions and 1082 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use android_activity::{AndroidApp, MainEvent, PollEvent, InputStatus};
use android_activity::{AndroidApp, InputStatus, MainEvent, PollEvent};
use log::info;
#[no_mangle]