Update examples to use android_activity

This commit is contained in:
Robert Bragg
2022-07-03 14:46:27 +01:00
parent 12aa17ee42
commit 2264826535
12 changed files with 21 additions and 25 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use game_activity::{AndroidApp, PollEvent, MainEvent};
use android_activity::{AndroidApp, PollEvent, MainEvent};
use log::info;
#[no_mangle]