1/// Drawing element 2pub mod canvas; 3/// Colors 4pub mod color; 5/// Bitmaps 6pub mod bitmap; 7/// Bitmap scale and rotation 8pub mod bitmap_transform; 9/// Graphics primitives 10pub mod context;