Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Oct 28, 2022
1 parent 83efea5 commit 936bc30
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_spine"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "Spine plugin for Bevy utilizing rusty_spine"
homepage = "https://github.com/jabuwu/bevy_spine"
Expand All @@ -12,7 +12,7 @@ exclude = [
]

[dependencies]
rusty_spine = { git = "https://github.com/jabuwu/rusty_spine", rev = "7c11eff271a36dfbbc1f9ff2a0381f727f6368f5" }
rusty_spine = { version = "0.4" }
bevy = { version = "0.8", default-features = false, features = [ "render", "bevy_asset" ] }
glam = { version = "0.21", features = ["mint"] }

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ A Bevy Plugin for [Spine 4.1](http://esotericsoftware.com/), utilizing [rusty_sp
```
[dependencies]
bevy = "0.8"
bevy_spine = "0.2"
bevy_spine = "0.3"
```

## Versions

| bevy_spine | rusty_spine | bevy | spine |
| ----------- | ----------- | ---- | ----- |
| 0.2.0 | 0.3.1 | 0.8 | 4.1 |
| 0.3.0 | 0.4.0 | 0.8 | 4.1 |

## Project Status

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! There's not much documentation yet. Check out
//! [the examples](https://github.com/jabuwu/bevy_spine/tree/main/examples) and the
//! [rusty_spine docs](https://docs.rs/rusty_spine/0.3.0)
//! [rusty_spine docs](https://docs.rs/rusty_spine/0.4.0)
use std::{
collections::{HashMap, VecDeque},
Expand Down

0 comments on commit 936bc30

Please sign in to comment.