File tree 3 files changed +25
-1
lines changed
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ cargo-apk/README.md
Original file line number Diff line number Diff line change 1
1
# cargo apk
2
2
3
+ [ ![ Actions Status] ( https://github.com/rust-mobile/cargo-apk/actions/workflows/rust.yml/badge.svg )] ( https://github.com/rust-mobile/cargo-apk/actions )
4
+ [ ![ Latest version] ( https://img.shields.io/crates/v/cargo-apk.svg?logo=rust )] ( https://crates.io/crates/cargo-apk )
5
+ [ ![ Documentation] ( https://docs.rs/cargo-apk/badge.svg )] ( https://docs.rs/cargo-apk )
6
+ [ ![ Lines of code] ( https://tokei.rs/b1/github/rust-mobile/cargo-apk )] ( https://github.com/rust-mobile/cargo-apk )
7
+ ![ MIT] ( https://img.shields.io/badge/License-MIT-green.svg )
8
+ ![ Apache 2.0] ( https://img.shields.io/badge/License-Apache_2.0-green.svg )
9
+
10
+ > ** Warning**
11
+ > This tool is deprecated in favour of [ ` xbuild ` ] ( https://github.com/rust-mobile/xbuild ) .
12
+
3
13
Tool for creating Android packages.
4
14
5
15
## Installation
@@ -13,7 +23,7 @@ $ cargo install cargo-apk
13
23
From source:
14
24
15
25
``` console
16
- $ cargo install --path .
26
+ $ cargo install --path cargo-apk/
17
27
```
18
28
19
29
## Commands
Original file line number Diff line number Diff line change
1
+ # ` ndk-build `
2
+
3
+ [ ![ Actions Status] ( https://github.com/rust-mobile/ndk-build/actions/workflows/rust.yml/badge.svg )] ( https://github.com/rust-mobile/ndk-build/actions )
4
+ [ ![ Latest version] ( https://img.shields.io/crates/v/ndk-build.svg?logo=rust )] ( https://crates.io/crates/ndk-build )
5
+ [ ![ Documentation] ( https://docs.rs/ndk-build/badge.svg )] ( https://docs.rs/ndk-build )
6
+ [ ![ Lines of code] ( https://tokei.rs/b1/github/rust-mobile/ndk-build )] ( https://github.com/rust-mobile/ndk-build )
7
+ ![ MIT] ( https://img.shields.io/badge/License-MIT-green.svg )
8
+ ![ Apache 2.0] ( https://img.shields.io/badge/License-Apache_2.0-green.svg )
9
+
10
+ > ** Warning**
11
+ > This crate and ` cargo-apk ` are deprecated in favour of [ ` xbuild ` ] ( https://github.com/rust-mobile/xbuild ) .
12
+
13
+ Helps [ ` cargo-apk ` ] ( https://crates.io/crates/cargo-apk ) cross-compile libraries and package APKs in a generic, reusable Rust crate.
You can’t perform that action at this time.
0 commit comments