From d0dc7cebf9c352f4d14827fe47489788f59e61a1 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 6 Jan 2020 21:01:09 +0100 Subject: Implement styling for `Scrollable` --- style/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'style/src/lib.rs') diff --git a/style/src/lib.rs b/style/src/lib.rs index 1d7e57c4..fb90b2b5 100644 --- a/style/src/lib.rs +++ b/style/src/lib.rs @@ -1,3 +1,4 @@ pub mod button; pub mod container; +pub mod scrollable; pub mod text_input; -- cgit