Skip to content

Commit 6278b54

Browse files
committed
agdk-winit-wgpu: fix use of android_activity
Fixes issue raised in #6 by @tschrpl
1 parent a73f920 commit 6278b54

File tree

1 file changed

+1
-1
lines changed
  • examples/agdk-winit-wgpu/src

1 file changed

+1
-1
lines changed

examples/agdk-winit-wgpu/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use winit::{
1515
};
1616

1717
#[cfg(target_os="android")]
18-
use game_activity::AndroidApp;
18+
use android_activity::AndroidApp;
1919
#[cfg(target_os="android")]
2020
use winit::platform::android::EventLoopBuilderExtAndroid;
2121

0 commit comments

Comments
 (0)