Skip to content

Commit

Permalink
update rusty spine and export Color
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Oct 27, 2022
1 parent f50a65e commit 3e41323
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub use crate::{
assets::*,
crossfades::Crossfades,
entity_sync::*,
rusty_spine::SkeletonController,
rusty_spine::{SkeletonController, Color},
textures::{SpineTextureCreateEvent, SpineTextureDisposeEvent},
};

Expand Down

0 comments on commit 3e41323

Please sign in to comment.