| Crates.io | animatron_derive |
| lib.rs | animatron_derive |
| version | 0.2.1 |
| created_at | 2024-12-14 21:24:17.804682+00 |
| updated_at | 2024-12-14 21:35:47.263823+00 |
| description | Animatron derive macros. |
| homepage | |
| repository | https://github.com/tauseefk/animatron |
| max_upload_size | |
| id | 1483433 |
| size | 4,661 |
This is a companion macro for animation-transition.


#[derive(AnimationTransitionMacro)]
pub struct PlayerAnimationState {
/// This is needed to tell the compiler the type of your animation variant enum
#[variant]
pub variant: PlayerAnimationVariant,
pub idx: usize,
}