Moved the framebuffer gen to the canvas. Cleaned up a lot of unused imports

This commit is contained in:
2019-08-11 16:37:14 -07:00
parent 8cd5e3e562
commit dfd4cbb6a2
9 changed files with 156 additions and 418 deletions

View File

@@ -1,4 +1,4 @@
use crate::vertex_2d::ColoredVertex2D;
use crate::canvas::Drawable;
#[derive(Debug, Clone)]