Update edition to 2024
This commit is contained in:
parent
007fc4b0d5
commit
a886f2427e
5 changed files with 10 additions and 10 deletions
|
|
@ -21,11 +21,11 @@ use text_render::ContentType;
|
|||
// Re-export all top-level types from `cosmic-text` for convenience.
|
||||
#[doc(no_inline)]
|
||||
pub use cosmic_text::{
|
||||
self, fontdb, Action, Affinity, Attrs, AttrsList, AttrsOwned, Buffer, BufferLine, CacheKey,
|
||||
Color, Command, Cursor, Edit, Editor, Family, FamilyOwned, Font, FontSystem, LayoutCursor,
|
||||
self, Action, Affinity, Attrs, AttrsList, AttrsOwned, Buffer, BufferLine, CacheKey, Color,
|
||||
Command, Cursor, Edit, Editor, Family, FamilyOwned, Font, FontSystem, LayoutCursor,
|
||||
LayoutGlyph, LayoutLine, LayoutRun, LayoutRunIter, Metrics, ShapeGlyph, ShapeLine, ShapeSpan,
|
||||
ShapeWord, Shaping, Stretch, Style, SubpixelBin, SwashCache, SwashContent, SwashImage, Weight,
|
||||
Wrap,
|
||||
Wrap, fontdb,
|
||||
};
|
||||
|
||||
use etagere::AllocId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue