Skip to content

Commit

Permalink
use released rusty_spine
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed May 5, 2024
1 parent 5cf9be0 commit 6194c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license-file = "LICENSE"
exclude = ["assets/*"]

[dependencies]
rusty_spine = { git = "https://github.com/jabuwu/rusty_spine", branch = "spine_4.2" }
rusty_spine = "0.8"
bevy = { version = "0.13", default-features = false, features = [
"bevy_render",
"bevy_asset",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bevy_spine

A Bevy Plugin for [Spine 4.1](http://esotericsoftware.com/), utilizing [rusty_spine](https://github.com/jabuwu/rusty_spine). WASM compatible!
A Bevy Plugin for [Spine](http://esotericsoftware.com/), utilizing [rusty_spine](https://github.com/jabuwu/rusty_spine). WASM compatible!

```
[dependencies]
Expand All @@ -14,7 +14,7 @@ bevy_spine = "0.8"

| bevy_spine | rusty_spine | bevy | spine |
| ---------- | ----------- | ---- | ----- |
| main | 0.7 | 0.13 | 4.1 |
| main | 0.8 | 0.13 | 4.2 |
| 0.8 | 0.7 | 0.13 | 4.1 |
| 0.7 | 0.7 | 0.12 | 4.1 |
| 0.6 | 0.6 | 0.11 | 4.1 |
Expand Down

0 comments on commit 6194c7f

Please sign in to comment.