Skip to content

Commit

Permalink
make the TextGlobalState public (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbox-irl authored Sep 2, 2024
1 parent cca1bf1 commit 136f88d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/yakui-widgets/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
)]

mod ignore_debug;
mod text_renderer;

pub mod colors;
pub mod font;
pub mod shapes;
pub mod shorthand;
pub mod style;
pub mod text_renderer;
pub mod util;
pub mod widgets;

Expand Down
1 change: 1 addition & 0 deletions crates/yakui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pub use yakui_widgets::font;
pub use yakui_widgets::shapes;
pub use yakui_widgets::shorthand::*;
pub use yakui_widgets::style;
pub use yakui_widgets::text_renderer;
pub use yakui_widgets::util;

0 comments on commit 136f88d

Please sign in to comment.