From 88ea73264cd9f0be08a1f5b4eeb6c6c1d46c4f3e Mon Sep 17 00:00:00 2001 From: databasedav <31483365+databasedav@users.noreply.github.com> Date: Tue, 28 May 2024 03:45:36 -0700 Subject: [PATCH] import missing `AttrsOwned` field types (#140) --- src/lib.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index f93d491..28c9ec6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -100,8 +100,9 @@ pub use buffer::*; pub use cosmic_edit::*; #[doc(no_inline)] pub use cosmic_text::{ - Action, Attrs, AttrsOwned, Buffer, Color as CosmicColor, Cursor, Edit, Editor, Family, - FontSystem, Metrics, Shaping, Style as FontStyle, Weight as FontWeight, + Action, Attrs, AttrsOwned, Buffer, CacheKeyFlags, Color as CosmicColor, Cursor, Edit, Editor, + Family, FamilyOwned, FontSystem, Metrics, Shaping, Stretch, Style as FontStyle, + Weight as FontWeight, }; pub use cursor::*; pub use events::*; -- GitLab