Move datastructures::Color into graphics

This commit is contained in:
Simon Hausmann 2020-08-03 13:27:35 +02:00
parent fa87363dc5
commit 1b270f42d0
7 changed files with 94 additions and 94 deletions

View file

@ -54,7 +54,7 @@ pub use abi::properties::Property;
pub use abi::signals::Signal;
#[doc(inline)]
pub use abi::datastructures::Color;
pub use graphics::Color;
#[doc(inline)]
pub use abi::datastructures::PathData;