Move painter modules to sub module

This commit is contained in:
Tim Visée
2017-12-31 00:09:46 +01:00
parent 82d4eeb0f3
commit 60ffaeaae3
6 changed files with 28 additions and 25 deletions

View File

@@ -6,7 +6,6 @@ mod arg_handler;
mod color;
mod image_manager;
mod painter;
mod painter_handle;
mod pix;
mod rect;