Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Mar 7, 2023
1 parent 1eb769f commit 920eb63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_spine"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
description = "Spine plugin for Bevy utilizing rusty_spine"
homepage = "https://github.com/jabuwu/bevy_spine"
Expand Down
15 changes: 8 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ A Bevy Plugin for [Spine 4.1](http://esotericsoftware.com/), utilizing [rusty_sp

```
[dependencies]
bevy = "0.9"
bevy_spine = "0.4"
bevy = "0.10"
bevy_spine = "0.5"
```

[See online demos!](https://jabuwu.github.io/bevy_spine_demos/) ([source repo](https://github.com/jabuwu/bevy_spine_demos))

## Versions

| bevy_spine | rusty_spine | bevy | spine |
| ----------- | ----------- | ---- | ----- |
| main | 0.5 | 0.10 | 4.1 |
| 0.4.0 | 0.5 | 0.9 | 4.1 |
| 0.3.0 | 0.4 | 0.8 | 4.1 |
| bevy_spine | rusty_spine | bevy | spine |
| ---------- | ----------- | ---- | ----- |
| main | 0.5 | 0.10 | 4.1 |
| 0.5 | 0.5 | 0.10 | 4.1 |
| 0.4 | 0.5 | 0.9 | 4.1 |
| 0.3 | 0.4 | 0.8 | 4.1 |

## Project Status

Expand Down

0 comments on commit 920eb63

Please sign in to comment.