From 6194c7f90f02f499d22546adbcc832f81aaf6505 Mon Sep 17 00:00:00 2001 From: jabu Date: Sun, 5 May 2024 17:28:35 -0500 Subject: [PATCH] use released rusty_spine --- Cargo.toml | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 132759e..613b477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license-file = "LICENSE" exclude = ["assets/*"] [dependencies] -rusty_spine = { git = "https://github.com/jabuwu/rusty_spine", branch = "spine_4.2" } +rusty_spine = "0.8" bevy = { version = "0.13", default-features = false, features = [ "bevy_render", "bevy_asset", diff --git a/readme.md b/readme.md index 964373c..55ac7a1 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # bevy_spine -A Bevy Plugin for [Spine 4.1](http://esotericsoftware.com/), utilizing [rusty_spine](https://github.com/jabuwu/rusty_spine). WASM compatible! +A Bevy Plugin for [Spine](http://esotericsoftware.com/), utilizing [rusty_spine](https://github.com/jabuwu/rusty_spine). WASM compatible! ``` [dependencies] @@ -14,7 +14,7 @@ bevy_spine = "0.8" | bevy_spine | rusty_spine | bevy | spine | | ---------- | ----------- | ---- | ----- | -| main | 0.7 | 0.13 | 4.1 | +| main | 0.8 | 0.13 | 4.2 | | 0.8 | 0.7 | 0.13 | 4.1 | | 0.7 | 0.7 | 0.12 | 4.1 | | 0.6 | 0.6 | 0.11 | 4.1 |