Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed May 5, 2024
1 parent 2c2673f commit b876beb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.8.0 (UNRELEASED)
# 0.8.0
- Upgrade runtime to Spine 4.2
- Fix `memcpy` crash in Rust 1.78 (when not using `libc` feature)
- Consistently use "translation" instead of "position" verbiage.
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

```
[dependencies]
rusty_spine = "0.7"
rusty_spine = "0.8"
```

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

## Supported Versions

| rusty_spine | Spine |
| ---------------- | ----- |
| 0.8 (unreleased) | 4.2 |
| 0.1 - 0.7 | 4.1 |
| rusty_spine | Spine |
| ----------- | ----- |
| 0.8 | 4.2 |
| 0.1 - 0.7 | 4.1 |

## Rust API

Expand Down
2 changes: 1 addition & 1 deletion src/c/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Direct access to the [Spine C Runtime](http://en.esotericsoftware.com/spine-c).
//!
//! Transpiled from spine-c commit
//! [c960402c08ae6814ac55cd2e3675a587977f424a](https://github.com/EsotericSoftware/spine-runtimes/tree/c960402c08ae6814ac55cd2e3675a587977f424a)
//! [a8a7ba878aacf2109be07ef4dffcf34643f9547b](https://github.com/EsotericSoftware/spine-runtimes/tree/a8a7ba878aacf2109be07ef4dffcf34643f9547b)
//!
//! Transpiled using c2rust commit [0a2b64b4f83b42f08fe13c3d4fbd8b5b167f07a8](https://github.com/immunant/c2rust/tree/0a2b64b4f83b42f08fe13c3d4fbd8b5b167f07a8)
#[cfg(not(feature = "libc"))]
Expand Down

0 comments on commit b876beb

Please sign in to comment.