diff --git a/src/lib.rs b/src/lib.rs
index f93d491e94eecb6d6cfbf4f84cea94e8801267e1..28c9ec6d5c2d08f77fcd939bcba2b08ec92c0a5b 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::*;