diff options
author | 2024-03-23 19:23:08 +0100 | |
---|---|---|
committer | 2024-03-23 19:23:08 +0100 | |
commit | 999ad2d288a9354f045bb2e1b838014b3d302779 (patch) | |
tree | d0daaae6ce58ca8e9e34ee1fc3bd6ab6a7a9ea17 /core/src/lib.rs | |
parent | 2b00e8b1457b0ccbafe12db3dbd6431c2c72f275 (diff) | |
download | iced-999ad2d288a9354f045bb2e1b838014b3d302779.tar.gz iced-999ad2d288a9354f045bb2e1b838014b3d302779.tar.bz2 iced-999ad2d288a9354f045bb2e1b838014b3d302779.zip |
Try catalog theming approach with `Button`
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r-- | core/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs index d076413e..36b47d80 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -19,6 +19,7 @@ pub mod alignment; pub mod border; pub mod clipboard; +pub mod closure; pub mod event; pub mod font; pub mod gradient; |