diff --git a/Cargo.lock b/Cargo.lock index ba16575..55f39f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2995,7 +2995,7 @@ dependencies = [ [[package]] name = "rusty_spine" version = "0.3.1" -source = "git+https://github.com/jabuwu/rusty_spine?rev=9136c7b2ed46aac00dbfb3b9b6c75e7122bbd085#9136c7b2ed46aac00dbfb3b9b6c75e7122bbd085" +source = "git+https://github.com/jabuwu/rusty_spine?rev=7c11eff271a36dfbbc1f9ff2a0381f727f6368f5#7c11eff271a36dfbbc1f9ff2a0381f727f6368f5" dependencies = [ "egui", "egui_extras", diff --git a/Cargo.toml b/Cargo.toml index 0ac983c..7c5dc5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = [ ] [dependencies] -rusty_spine = { git = "https://github.com/jabuwu/rusty_spine", rev = "9136c7b2ed46aac00dbfb3b9b6c75e7122bbd085" } +rusty_spine = { git = "https://github.com/jabuwu/rusty_spine", rev = "7c11eff271a36dfbbc1f9ff2a0381f727f6368f5" } bevy = { version = "0.8", default-features = false, features = [ "render", "bevy_asset" ] } glam = { version = "0.21", features = ["mint"] } diff --git a/src/lib.rs b/src/lib.rs index 3343f20..e326305 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -36,7 +36,7 @@ pub use crate::{ assets::*, crossfades::Crossfades, entity_sync::*, - rusty_spine::SkeletonController, + rusty_spine::{SkeletonController, Color}, textures::{SpineTextureCreateEvent, SpineTextureDisposeEvent}, };