idek bruh

This commit is contained in:
2025-11-22 00:44:38 -05:00
parent 1cec56e847
commit 1c6fc99f57
4 changed files with 20 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
use std::marker::{PhantomData, Sized};
use crate::prelude::*;
use cosmic_text::{Attrs, Family, Metrics};
use std::marker::{PhantomData, Sized};
pub struct TextBuilder<O = TextOutput, H: WidgetOption = ()> {
pub content: String,