mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 21:04:47 +00:00
Move datastructures::Color into graphics
This commit is contained in:
parent
fa87363dc5
commit
1b270f42d0
7 changed files with 94 additions and 94 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue