Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
update for Bevy 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 30, 2022
1 parent c54cf70 commit 5b4bf09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_ninepatch"
version = "0.7.0"
version = "0.8.0"
authors = ["François Mockers <mockersf@gmail.com>"]
edition = "2021"
description = "Displays 9-Patch UI elements in Bevy"
Expand All @@ -13,8 +13,8 @@ readme = "README.md"
exclude = ["examples/*.png", "examples/*.gif", "*.png", "assets/"]

[dependencies.bevy]
version = "0.8.0-dev"
git = "https://github.com/bevyengine/bevy"
version = "0.8.0"
# git = "https://github.com/bevyengine/bevy"
default-features = false
features = [ "bevy_ui", "bevy_render", "bevy_sprite", "bevy_asset" ]

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ See [full.rs example](https://github.com/vleue/bevy_ninepatch/blob/main/examples
|Bevy|bevy_ninepatch|
|---|---|
|main|main|
|0.8|0.8|
|0.7|0.7|
|0.6|0.6|
|0.5|0.5|

0 comments on commit 5b4bf09

Please # to comment.