We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11668a0 + 5177d5b commit 35c4c53Copy full SHA for 35c4c53
src/animation.rs
@@ -298,13 +298,13 @@ pub(crate) struct AnimationRaw {
298
}
299
300
impl Animation {
301
- /// `Animation` resource file version for `Archive`.
+ /// `Animation` resource file tag for `Archive`.
302
#[inline]
303
pub fn tag() -> &'static str {
304
"ozz-animation"
305
306
307
- /// `Animation` resource file tag for `Archive`.
+ /// `Animation` resource file version for `Archive`.
308
309
pub fn version() -> u32 {
310
7
src/lib.rs
@@ -45,8 +45,6 @@
45
//! ```
46
//!
47
48
-#![feature(allocator_api)]
49
-#![feature(const_collections_with_hasher)]
50
#![feature(portable_simd)]
51
52
pub mod animation;
0 commit comments