1
2
3
4
5
6
mod bitmap;
pub use bitmap::BitMapBackend;

pub mod bitmap_pixel {
    pub use super::bitmap::{BGRXPixel, PixelFormat, RGBPixel};
}