Skip to content

Commit

Permalink
add support versions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed May 4, 2024
1 parent 4f68336 commit 8069847
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ rusty_spine = "0.7"

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

## Supported Versions

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

## Rust API

A Rust API is provided on top of the C API, because working with C APIs directly in Rust is tedious and error prone. It's made to be as thin a wrapper as possible.
Expand Down

0 comments on commit 8069847

Please sign in to comment.