change version
This commit is contained in:
parent
e80e585cf5
commit
58ca713003
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "forestiles"
|
name = "forestiles"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
@ -16,8 +16,7 @@ name = "forestiles"
|
|||||||
debug = ["dep:bevy_editor_pls"]
|
debug = ["dep:bevy_editor_pls"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# git = "https://git.arkitu.fr/forestia/bevy.git"
|
bevy = { git = "https://git.arkitu.fr/forestia/bevy.git", default-features = false, features = [
|
||||||
bevy = { path = "../bevy", default-features = false, features = [
|
|
||||||
"android-native-activity",
|
"android-native-activity",
|
||||||
"android_shared_stdcxx",
|
"android_shared_stdcxx",
|
||||||
"bevy_color",
|
"bevy_color",
|
||||||
@ -86,4 +85,4 @@ build_targets = ["aarch64-linux-android", "armv7-linux-androideabi"]
|
|||||||
target_sdk_version = 31
|
target_sdk_version = 31
|
||||||
|
|
||||||
[package.metadata.android.application]
|
[package.metadata.android.application]
|
||||||
label = "Forestiles"
|
label = "Forestiles"
|
||||||
|
Loading…
Reference in New Issue
Block a user