We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package.include
Cargo.toml
1 parent 0d29930 commit 0a2b818Copy full SHA for 0a2b818
android-activity/Cargo.toml
@@ -9,6 +9,13 @@ repository = "https://github.com/rust-mobile/android-activity"
9
documentation = "https://docs.rs/android-activity"
10
description = "Glue for building Rust applications on Android with NativeActivity or GameActivity"
11
license = "MIT OR Apache-2.0"
12
+include = [
13
+ "/build.rs",
14
+ "/docs",
15
+ "/game-activity-csrc",
16
+ "/LICENSE",
17
+ "/src/**/*.rs",
18
+]
19
20
# 1.69 was when Rust last updated the Android NDK version used to build the
21
# standard library which avoids needing the -lunwind workaround in build tools.
0 commit comments