Remove gfx_traits::color.

This commit is contained in:
Ms2ger 2016-10-31 18:15:25 +01:00
parent 1f109dd1b2
commit a9e3fe75b5
11 changed files with 26 additions and 81 deletions

View file

@ -19,7 +19,6 @@ extern crate serde;
#[macro_use]
extern crate serde_derive;
pub mod color;
pub mod print_tree;
use range::RangeIndex;