Export iced_graphics in advanced module (for now)

This commit is contained in:
Héctor Ramón Jiménez 2023-03-29 00:17:40 +02:00
parent 2e236869f5
commit 6d90f764b4
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -8,6 +8,7 @@ pub use crate::core::svg;
pub use crate::core::text::{self, Text};
pub use crate::core::widget::{self, Widget};
pub use crate::core::{Clipboard, Shell};
pub use crate::renderer::graphics;
pub mod subscription {
//! Write your own subscriptions.