From b3a01973c6c726e6539be959659f4306ef3234c6 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 31 Oct 2021 16:13:03 +0700 Subject: Introduce first-class `text` module in `iced_native` --- native/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'native/src/lib.rs') diff --git a/native/src/lib.rs b/native/src/lib.rs index f11f7d96..6fd0d757 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -43,6 +43,7 @@ pub mod overlay; pub mod program; pub mod renderer; pub mod subscription; +pub mod text; pub mod touch; pub mod widget; pub mod window; -- cgit