diff --git a/Cargo.lock b/Cargo.lock index 70478dd..c3cd893 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2802,7 +2802,7 @@ dependencies = [ [[package]] name = "rusty_spine" -version = "0.1.3" +version = "0.2.0" dependencies = [ "bevy", "bevy_egui", diff --git a/Cargo.toml b/Cargo.toml index 96ab672..f4e8701 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/readme.md b/readme.md index b14faa0..270f995 100644 --- a/readme.md +++ b/readme.md @@ -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/)