Add Color trait
This commit is contained in:
parent
fd1b337cd1
commit
59a1235b1d
4 changed files with 166 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
pub use crate::{buffer::*, rect::*, vec2::*, view::*, widget::*};
|
||||
pub use crate::{buffer::*, color::*, rect::*, vec2::*, view::*, widget::*};
|
||||
|
||||
mod buffer;
|
||||
mod color;
|
||||
mod rect;
|
||||
mod vec2;
|
||||
mod view;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue