1 2 3 4 5 6 7 8 9 10 11
/// Tools to detect and remove the crosshair pub mod crosshair; /// Tools to detect and parse a map pub mod map; /// Convert a map into colors from the expected map palette pub mod map_color_correct; pub mod deps { pub use image; pub use imageproc; }