From 34a326468f70e67daadaaab00237995f3837782e Mon Sep 17 00:00:00 2001 From: jabu Date: Sun, 25 Sep 2022 14:14:11 -0700 Subject: [PATCH] 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- readme.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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/)