This commit is contained in:
2025-11-10 22:14:19 -05:00
parent ebff93bec9
commit 379eec771a
3 changed files with 48 additions and 29 deletions

View File

@@ -6,6 +6,11 @@ use crate::{
util::HashMap,
};
/// TODO: properly wrap this
pub mod text_lib {
pub use cosmic_text::*;
}
pub struct TextData {
pub font_system: FontSystem,
pub swash_cache: SwashCache,