From 8069847a51c70bf5993fd8adefbc16bb287b02f4 Mon Sep 17 00:00:00 2001 From: jabu Date: Sat, 4 May 2024 12:55:15 -0500 Subject: [PATCH] add support versions to readme --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index dca8e0c..9550e65 100644 --- a/readme.md +++ b/readme.md @@ -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.