spritely 0.1.0

Sprite-related utils for the Image crate.
Documentation
1
2
3
4
5
use std::collections::HashMap;

use crate::color::Color;

pub type Palette<P> = HashMap<Color<P>, Color<P>>;