Skip to content

Commit

Permalink
Updates bevy version requirement to 0.13 (#6)
Browse files Browse the repository at this point in the history
- Updated bevy version requirement to 0.13.
- Updated crate version to 0.2.0.
- Updated README.md.
  • Loading branch information
mnmaita committed Apr 4, 2024
1 parent 7b1b1f7 commit 1b6e3f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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",
] }
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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|

0 comments on commit 1b6e3f6

Please sign in to comment.