diff options
author | 2022-05-26 19:02:15 +0200 | |
---|---|---|
committer | 2022-05-26 19:02:15 +0200 | |
commit | 7f3b7075db68a215f4331b4bfba1c8ddd1c4d7f3 (patch) | |
tree | fb616dc39053d3249829c8a31976a1fd569153e5 /style/src/lib.rs | |
parent | 3e8f4cdd138d3f927ce8a3ea451cbfcca52af0d9 (diff) | |
download | iced-7f3b7075db68a215f4331b4bfba1c8ddd1c4d7f3.tar.gz iced-7f3b7075db68a215f4331b4bfba1c8ddd1c4d7f3.tar.bz2 iced-7f3b7075db68a215f4331b4bfba1c8ddd1c4d7f3.zip |
Rename `theme::Definition` to `application::StyleSheet`
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r-- | style/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs index d9c3259e..4a0a6a14 100644 --- a/style/src/lib.rs +++ b/style/src/lib.rs @@ -9,6 +9,7 @@ )] pub use iced_core::{Background, Color}; +pub mod application; pub mod button; pub mod checkbox; pub mod container; |