logo
1
2
3
4
5
//! Image drawable trait.

mod image_drawable;

pub use image_drawable::ImageDrawable;