| Crates.io | pico-animation |
| lib.rs | pico-animation |
| version | 0.9.0 |
| created_at | 2025-12-30 15:10:25.461132+00 |
| updated_at | 2025-12-31 13:57:13.476147+00 |
| description | An Animation module for the pico engine ecs system |
| homepage | |
| repository | https://github.com/yourusername/pico-engine |
| max_upload_size | |
| id | 2012786 |
| size | 9,824 |
An Animation module for the pico engine ecs system
#![no_std] - No standard library requiredAdd this to your Cargo.toml:
toml [dependencies] pico-animation = "0.1.0"
Example:
``rust use pico-animation::*;
// Your code here ``
Licensed under either of:
at your option.