Expose system module through feature flag

This commit is contained in:
Héctor Ramón Jiménez 2022-04-30 13:37:57 +02:00
parent 5eefa5d4ea
commit 93bfe2c75e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
8 changed files with 30 additions and 14 deletions

View file

@ -224,8 +224,10 @@ 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,
};
#[cfg(feature = "system")]
pub use runtime::system;