Skip to content

Commit

Permalink
Merge pull request #98 from SlimeYummy/fix/animation-docs
Browse files Browse the repository at this point in the history
fix Animation docs
  • Loading branch information
SlimeYummy authored Sep 4, 2024
2 parents 11668a0 + 5177d5b commit 35c4c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/animation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,13 @@ pub(crate) struct AnimationRaw {
}

impl Animation {
/// `Animation` resource file version for `Archive`.
/// `Animation` resource file tag for `Archive`.
#[inline]
pub fn tag() -> &'static str {
"ozz-animation"
}

/// `Animation` resource file tag for `Archive`.
/// `Animation` resource file version for `Archive`.
#[inline]
pub fn version() -> u32 {
7
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
//! ```
//!
#![feature(allocator_api)]
#![feature(const_collections_with_hasher)]
#![feature(portable_simd)]

pub mod animation;
Expand Down

0 comments on commit 35c4c53

Please sign in to comment.