1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

export the ext traits

This commit is contained in:
Emil Ernerfeldt
2026-06-21 20:46:29 -07:00
parent add90a18c8
commit 7c53978711

View File

@@ -454,8 +454,9 @@ pub use epaint::{
pub mod text {
pub use crate::text_selection::CCursorRange;
pub use epaint::text::{
ByteIndex, ByteRange, CharIndex, CharRange, FontData, FontDefinitions, FontFamily, Fonts,
Galley, LayoutJob, LayoutSection, TextFormat, TextWrapping, cursor::CCursor,
ByteIndex, ByteRange, ByteRangeExt, CharIndex, CharRange, CharRangeExt, FontData,
FontDefinitions, FontFamily, Fonts, Galley, LayoutJob, LayoutSection, TextFormat,
TextWrapping, cursor::CCursor,
};
}