1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
extern crate failure;
#[macro_use]
extern crate failure_derive;
extern crate image;
#[macro_use]
extern crate serde_derive;

pub mod easel;
pub mod image_drawer;
pub mod colors;
pub mod manual_config;
pub mod coords;