From 86355c2a1ecaca3ed38c5e454955c205c8084aea Mon Sep 17 00:00:00 2001 From: jabu <46233424+jabuwu@users.noreply.github.com> Date: Sat, 7 Sep 2024 10:56:34 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf3897a..8d66df9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ rusty_spine = "0.8" | 0.8 | 4.2 | | 0.1 - 0.7 | 4.1 | +See also [rusty_spine3.8](https://github.com/jabuwu/rusty_spine3.8) + ## 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.