Skip to content

Commit 7cd9212

Browse files
committed
enable native-activity feature for android-activity
Fix android build
1 parent 86ddac8 commit 7cd9212

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ jni = "0.19.0"
2929

3030
[target.'cfg(target_os = "android")'.dependencies]
3131
ndk-glue = { version = "0.7.0", features = ["logger"] }
32+
android-activity = { version = "0.4.3", features = ["native-activity"] }

0 commit comments

Comments
 (0)