-
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.
Update Docker image and add CI test of it (#124)
* Update dockerfile * Alter dockerfile * Remove TTY and alter install command emulator doc * Fix android sdk resolution issues * Bump versions
- Loading branch information
Showing
25 changed files
with
128 additions
and
91 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,6 +1,6 @@ | ||
[package] | ||
name = "crossbow" | ||
version = "0.1.6" | ||
version = "0.1.7" | ||
edition = "2021" | ||
authors = ["DodoRare Team <[email protected]>"] | ||
description = "Cross-Platform Rust Toolkit for Games 🏹" | ||
|
@@ -16,11 +16,11 @@ displaydoc = "0.2" | |
anyhow = "1.0" | ||
|
||
[target.'cfg(target_os = "android")'.dependencies] | ||
crossbow-android = { path = "platform/android", version = "0.1.6", optional = true } | ||
crossbow-android = { path = "platform/android", version = "0.1.7", optional = true } | ||
ndk-glue = "0.6.2" | ||
|
||
[target.'cfg(target_os = "ios")'.dependencies] | ||
crossbow-ios = { path = "platform/ios", version = "0.1.6", optional = true } | ||
crossbow-ios = { path = "platform/ios", version = "0.1.7", optional = true } | ||
|
||
[patch.crates-io] | ||
winit = { git = "https://github.com/rust-windowing/winit", rev = "f93f2c158bf527ed56ab2b6f5272214f0c1d9f7d" } | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "crossbundle" | ||
version = "0.1.6" | ||
version = "0.1.7" | ||
edition = "2021" | ||
authors = ["DodoRare Team <[email protected]>"] | ||
description = "Build and publish apps for Android/iOS" | ||
|
@@ -18,7 +18,7 @@ name = "crossbundle" | |
path = "src/main.rs" | ||
|
||
[dependencies] | ||
crossbundle-tools = { path = "../tools", version = "0.1.6" } | ||
crossbundle-tools = { path = "../tools", version = "0.1.7" } | ||
android-tools = "0.2.9" | ||
clap = { version = "3.2.8", features = ["derive"] } | ||
serde = { version = "1.0", features = ["derive"] } | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "crossbundle-tools" | ||
version = "0.1.6" | ||
version = "0.1.7" | ||
edition = "2021" | ||
authors = ["DodoRare Team <[email protected]>"] | ||
description = "Build and publish apps for Android/iOS" | ||
|
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
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,11 +1,11 @@ | ||
[package] | ||
name = "bevy-2d" | ||
version = "0.1.6" | ||
version = "0.1.7" | ||
authors = ["DodoRare Team <[email protected]>"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
crossbow = { version = "0.1.6", path = "../../" } | ||
crossbow = { version = "0.1.7", path = "../../" } | ||
log = "0.4" | ||
anyhow = "1.0" | ||
bevy = { version = "0.7.0", features = ["mp3"] } | ||
|
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,11 +1,11 @@ | ||
[package] | ||
name = "bevy-3d" | ||
version = "0.1.6" | ||
version = "0.1.7" | ||
authors = ["DodoRare Team <[email protected]>"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
crossbow = { version = "0.1.6", path = "../../" } | ||
crossbow = { version = "0.1.7", path = "../../" } | ||
log = "0.4" | ||
anyhow = "1.0" | ||
bevy = "0.7.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "bevy-explorer" | ||
version = "0.1.6" | ||
version = "0.1.7" | ||
authors = ["DodoRare Team <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
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,11 +1,11 @@ | ||
[package] | ||
name = "macroquad-3d" | ||
version = "0.1.6" | ||
version = "0.1.7" | ||
authors = ["DodoRare Team <[email protected]>"] | ||
edition = "2021" | ||
|
||
[dependencies] | ||
crossbow = { version = "0.1.6", path = "../../" } | ||
crossbow = { version = "0.1.7", path = "../../" } | ||
log = "0.4" | ||
anyhow = "1.0" | ||
macroquad = "0.3.7" | ||
|
Oops, something went wrong.