Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Nov 15, 2023
1 parent f32c1cb commit d562da1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = [
]

[dependencies]
rusty_spine = "0.6"
rusty_spine = "0.7"
bevy = { version = "0.12", default-features = false, features = [ "bevy_render", "bevy_asset", "bevy_sprite" ] }
glam = { version = "0.24", features = [ "mint" ] }
thiserror = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.7.0 (UNRELEASED)
# 0.7.0
- Update to Bevy 0.12
- Add `parent` to `SpineBone`
- Rename `SpineSettings::use_3d_mesh` to `SpineSettings::mesh_type` with new `SpineMeshType` enum
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A Bevy Plugin for [Spine 4.1](http://esotericsoftware.com/), utilizing [rusty_sp
```
[dependencies]
bevy = "0.12"
bevy_spine = "0.7" # unreleased
bevy_spine = "0.7"
```

[See online demos!](https://jabuwu.github.io/bevy_spine_demos/) ([source repo](https://github.com/jabuwu/bevy_spine_demos))
Expand All @@ -14,7 +14,8 @@ bevy_spine = "0.7" # unreleased

| bevy_spine | rusty_spine | bevy | spine |
| ---------- | ----------- | ---- | ----- |
| main | 0.6 | 0.12 | 4.1 |
| main | 0.7 | 0.12 | 4.1 |
| 0.7 | 0.7 | 0.12 | 4.1 |
| 0.6 | 0.6 | 0.11 | 4.1 |
| 0.5 | 0.5 | 0.10 | 4.1 |
| 0.4 | 0.5 | 0.9 | 4.1 |
Expand Down

0 comments on commit d562da1

Please sign in to comment.