Skip to content

Commit

Permalink
Expose NamedSpritePosition to Amethyst (amethyst#39)
Browse files Browse the repository at this point in the history
NamedSpritePosition is necessary to implement amethyst::assets::Format correctly.
  • Loading branch information
covercash2 authored May 18, 2020
1 parent d4336c9 commit 58798f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sheep/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub use {
#[cfg(feature = "amethyst")]
pub use format::amethyst::{AmethystFormat, SerializedSpriteSheet, SpritePosition};
#[cfg(feature = "amethyst")]
pub use format::named::{AmethystNamedFormat, SerializedNamedSpriteSheet};
pub use format::named::{AmethystNamedFormat, NamedSpritePosition, SerializedNamedSpriteSheet};

use sprite::{create_pixel_buffer, write_sprite};

Expand Down

0 comments on commit 58798f2

Please sign in to comment.