This commit is contained in:
iris committed 2025-11-10 22:14:27 -05:00
1 parent ebff93bec9
commit 379eec771a
3 files changed
+48 -29

No files matched your search

+5
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,