From 3a0d34c0240f4421737a6a08761f99d6f8140d02 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 4 Mar 2023 05:37:11 +0100 Subject: Create `iced_widget` subcrate and re-organize the whole codebase --- style/src/text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style/src/text.rs') diff --git a/style/src/text.rs b/style/src/text.rs index f31c2306..d5a16bef 100644 --- a/style/src/text.rs +++ b/style/src/text.rs @@ -1,5 +1,5 @@ //! Change the appearance of text. -use iced_core::Color; +use crate::core::Color; /// The style sheet of some text. pub trait StyleSheet { -- cgit