truchet 0.1.1

Library for truchet tiling
Documentation
1
2
3
pub trait Tile: Default + Clone + Copy {
    fn set_brightness(&mut self, brightness: f32);
}