forked from rust-mobile/cargo-apk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
发布1.0.0版本。
- Loading branch information
SmileSky
committed
Nov 14, 2024
1 parent
6e5e74b
commit 84a7cc0
Showing
18 changed files
with
462 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
[workspace.package] | ||
version = "1.0.0" | ||
authors = [ | ||
"SmileSky <[email protected]>", | ||
"The Rust Windowing contributors", | ||
] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["android", "ndk", "apk"] | ||
repository = "https://github.com/mzdk100/cargo-apk2.git" | ||
rust-version = "1.82.0" | ||
|
||
[workspace.dependencies] | ||
dunce = "1.0.5" | ||
serde = "1.0.214" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
[package] | ||
name = "cargo-apk2" | ||
version = "0.10.0" | ||
authors = [ | ||
"SmileSky <[email protected]>", | ||
"The Rust Windowing contributors" | ||
] | ||
edition = "2021" | ||
version.workspace = true | ||
authors.workspace = true | ||
edition.workspace = true | ||
description = "Rust轻松构建安卓应用的Cargo扩展" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["android", "ndk", "apk"] | ||
repository = "https://github.com/mzdk100/cargo-apk2.git" | ||
rust-version = "1.82.0" | ||
license.workspace = true | ||
keywords.workspace = true | ||
repository.workspace = true | ||
rust-version.workspace = true | ||
|
||
[dependencies] | ||
anyhow = "1.0.93" | ||
|
@@ -24,7 +21,7 @@ toml = "0.8.19" | |
|
||
[dependencies.ndk-build2] | ||
path = "../ndk-build2" | ||
version = "0.10.0" | ||
version = "1.0.0" | ||
|
||
[dependencies.clap] | ||
version = "4.5.20" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
[package] | ||
name = "ndk-build2" | ||
version = "0.10.0" | ||
authors = [ | ||
"SmileSky <[email protected]>", | ||
"The Rust Windowing contributors", | ||
] | ||
edition = "2021" | ||
version.workspace = true | ||
authors.workspace = true | ||
edition.workspace = true | ||
description = "用于构建 Android 二进制文件的实用程序" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["android", "ndk", "apk"] | ||
repository = "https://github.com/mzdk100/cargo-apk2.git" | ||
rust-version = "1.82.0" | ||
license.workspace = true | ||
keywords.workspace = true | ||
repository.workspace = true | ||
rust-version.workspace = true | ||
|
||
[dependencies] | ||
android-build = "0.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.