1 2 3 4 5 6 7 8
/// Contains the [canvas::Canvas] struct. pub mod canvas; /// Contains the [color::Color] struct. pub mod color; // TODO: move to `qilin::types` ? /// Contains the [sketch::Sketch] struct. pub mod sketch;