From 58ca71300344f024659ee339c5a8e5d9e0cba4c5 Mon Sep 17 00:00:00 2001 From: Arkitu <85173315+Arkitu@users.noreply.github.com> Date: Sun, 20 Jul 2025 12:20:25 +0200 Subject: [PATCH] change version --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dcad037..72a832a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forestiles" -version = "0.4.0" +version = "0.5.0" edition = "2021" [lib] @@ -16,8 +16,7 @@ name = "forestiles" debug = ["dep:bevy_editor_pls"] [dependencies] -# git = "https://git.arkitu.fr/forestia/bevy.git" -bevy = { path = "../bevy", default-features = false, features = [ +bevy = { git = "https://git.arkitu.fr/forestia/bevy.git", default-features = false, features = [ "android-native-activity", "android_shared_stdcxx", "bevy_color", @@ -86,4 +85,4 @@ build_targets = ["aarch64-linux-android", "armv7-linux-androideabi"] target_sdk_version = 31 [package.metadata.android.application] -label = "Forestiles" \ No newline at end of file +label = "Forestiles"