From 1b6e3f60adfe408edd34d7b78eb080519436eedb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Maita?= <47983254+mnmaita@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:29:48 +0200 Subject: [PATCH] Updates bevy version requirement to 0.13 (#6) - Updated bevy version requirement to 0.13. - Updated crate version to 0.2.0. - Updated README.md. --- Cargo.toml | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0d6f5f6..aca2c2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "trve_bevy_image" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bevy = { version = "0.12", default-features = false, features = [ +bevy = { version = "0.13", default-features = false, features = [ "bevy_asset", "bevy_render", ] } diff --git a/README.md b/README.md index cee9971..7e37c02 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ trve_bevy_image = { git = "https://github.com/mnmaita/trve_bevy_image" } Remember you can also target tags, commits and branches with this method: ```toml -trve_bevy_image = { git = "https://github.com/mnmaita/trve_bevy_image", tag = "v0.1.0" } +trve_bevy_image = { git = "https://github.com/mnmaita/trve_bevy_image", tag = "v0.2.0" } ``` ```toml @@ -64,4 +64,5 @@ If you insert this Resource, `ImageAssetFolder` will be ignored and the plugin w |trve_bevy_image|bevy| |---|---| +|0.2|0.13| |0.1|0.12|