This commit is contained in:
2025-08-28 01:36:26 -04:00
parent 834182ffe8
commit 28935e33e9
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ use crate::{
util::HashMap,
};
pub(crate) struct TextData {
pub struct TextData {
font_system: FontSystem,
swash_cache: SwashCache,
}

View File

@@ -148,7 +148,7 @@ impl Client {
main,
add_button.label("add button"),
del_button.label("del button"),
// info_sect.label("info sect"),
info_sect.label("info sect"),
)
.stack()
.label("main stack"),