Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Sep 25, 2022
1 parent c9d9acd commit 34a3264
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty_spine"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
description = "Spine runtime for Rust (and wasm!) transpiled from the official C Runtime."
homepage = "https://github.com/jabuwu/rusty_spine"
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# rusty_spine

Spine runtime for Rust (and wasm!) transpiled from the official C Runtime.
Spine runtime for Rust (and wasm!) transpiled from the official C Runtime. Supports Spine 4.1.

```
[dependencies]
rusty_spine = "0.1.3"
rusty_spine = "0.2.0"
```

[Online demo!](https://jabuwu.github.io/rusty_spine/)
Expand Down

0 comments on commit 34a3264

Please sign in to comment.