pico-animation

Crates.iopico-animation
lib.rspico-animation
version0.9.0
created_at2025-12-30 15:10:25.461132+00
updated_at2025-12-31 13:57:13.476147+00
descriptionAn Animation module for the pico engine ecs system
homepage
repositoryhttps://github.com/yourusername/pico-engine
max_upload_size
id2012786
size9,824
Nikola Milinkovic (Gorgodon)

documentation

README

pico-animation

An Animation module for the pico engine ecs system

Features

  • #![no_std] - No standard library required
  • Embedded-friendly design
  • Zero-cost abstractions

Usage

Add this to your Cargo.toml:

toml [dependencies] pico-animation = "0.1.0"

Example:

``rust use pico-animation::*;

// Your code here ``

License

Licensed under either of:

at your option.

Commit count: 0

cargo fmt