Skip to content

Commit

Permalink
docs: hide deprecated members
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed May 16, 2022
1 parent dfa1946 commit 89e02e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/animation.rs
Expand Up @@ -22,6 +22,7 @@ pub struct SpriteSheetAnimation {
/// This is not exposed in any of the public APIs of the crate so there is no reason to depend on
/// it. Use 'builder-style' methods like [`SpriteSheetAnimation::repeat`] instead.
#[deprecated]
#[doc(hidden)]
#[non_exhaustive]
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
pub enum AnimationMode {
Expand Down

0 comments on commit 89e02e8

Please sign in to comment.