Skip to content
Snippets Groups Projects
Unverified Commit 88ea7326 authored by databasedav's avatar databasedav Committed by GitHub
Browse files

import missing `AttrsOwned` field types (#140)

parent 84cdd3ef
No related branches found
No related tags found
No related merge requests found
......@@ -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::*;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment