summaryrefslogtreecommitdiffstats
path: root/core/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-16 13:31:02 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-16 13:31:02 +0100
commit03f5a351c37dbe1b0a286583e620d1cf074f1b91 (patch)
tree8cd9894a0a7d83664fd662de0533df21b481c397 /core/src/lib.rs
parent64d1ce5532f55d152fa5819532a138da2dca1a39 (diff)
downloadiced-03f5a351c37dbe1b0a286583e620d1cf074f1b91.tar.gz
iced-03f5a351c37dbe1b0a286583e620d1cf074f1b91.tar.bz2
iced-03f5a351c37dbe1b0a286583e620d1cf074f1b91.zip
Use `SmolStr` for `text` field in `KeyPressed` event
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 54ea5839..864df6e6 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -75,3 +75,5 @@ pub use size::Size;
pub use text::Text;
pub use vector::Vector;
pub use widget::Widget;
+
+pub use smol_str::SmolStr;