Skip to content

Commit 7dfcb22

Browse files
committed
Make the text module public
closes #776
1 parent 682fe08 commit 7dfcb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

druid/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ mod menu;
127127
mod mouse;
128128
#[cfg(test)]
129129
mod tests;
130-
mod text;
130+
pub mod text;
131131
pub mod theme;
132132
pub mod widget;
133133
mod win_handler;

0 commit comments

Comments
 (0)