diff options
author | 2022-03-10 03:01:12 -0300 | |
---|---|---|
committer | 2022-04-26 18:55:52 -0300 | |
commit | c8ed318e17c8a7673e4260e5d4e12c44c9faa987 (patch) | |
tree | d788b3a9ad8895bcbd2d4576174b75fa2ba560e2 /src | |
parent | 0b36a55196300371343a1614cec61ac041f160f4 (diff) | |
download | iced-c8ed318e17c8a7673e4260e5d4e12c44c9faa987.tar.gz iced-c8ed318e17c8a7673e4260e5d4e12c44c9faa987.tar.bz2 iced-c8ed318e17c8a7673e4260e5d4e12c44c9faa987.zip |
Export new `system` module
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -224,6 +224,7 @@ pub use settings::Settings; pub use runtime::alignment; pub use runtime::futures; +pub use runtime::system; pub use runtime::{ Alignment, Background, Color, Command, ContentFit, Font, Length, Point, Rectangle, Size, Subscription, Vector, |