-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rework docs * Fix relative paths to files * Alter hello-world.md * Rewrite android-windows install * Rewrite install commands * Update subxt docs * Small code format fix * Rename android-emulator * Fix docs issue * Update subxt tutorial Co-authored-by: David <[email protected]>
- Loading branch information
Showing
16 changed files
with
290 additions
and
254 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
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,3 +1,7 @@ | ||
# Overview | ||
|
||
In this category, you will learn how to use the `crossbow` crate. | ||
|
||
- [Project configuration](./configuration.md) | ||
- [Android plugins](./android-plugins.md) | ||
- [Permissions](./permissions.md) |
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,3 +1,9 @@ | ||
# Overview | ||
|
||
In this category, you will learn how to use the `crossbundle` tool. | ||
|
||
- [Crossbundle build command](command-build.md) | ||
- [Crossbundle run command](command-run.md) | ||
- [Crossbundle install command](command-install.md) | ||
- [Crossbundle new command](command-new.md) | ||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Crossbundle new command | ||
|
||
`crossbundle` uses [`cargo-generate`](https://github.com/cargo-generate/cargo-generate) to generate a new project. This means that you need to install it before we proceed. | ||
|
||
```sh | ||
cargo install cargo-generate | ||
``` | ||
|
||
Then you can create a new project: | ||
|
||
```sh | ||
crossbundle new project-name | ||
# crossbundle new project-name --template bevy | ||
# crossbundle new project-name --template quad | ||
``` | ||
|
||
All supported templates you can watch [`here`](https://github.com/dodorare/crossbundle-templates) (each branch = template). |
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.