Export clipboard module in advanced module

This commit is contained in:
Héctor Ramón Jiménez 2024-02-21 06:23:13 +01:00
parent 7f3f476774
commit 332127f1bc
No known key found for this signature in database
GPG key ID: 0BF4EC06CD8E5686

View file

@ -1,4 +1,5 @@
//! Leverage advanced concepts like custom widgets.
pub use crate::core::clipboard::{self, Clipboard};
pub use crate::core::image;
pub use crate::core::layout::{self, Layout};
pub use crate::core::mouse;
@ -7,7 +8,7 @@ pub use crate::core::renderer::{self, Renderer};
pub use crate::core::svg;
pub use crate::core::text::{self, Text};
pub use crate::core::widget::{self, Widget};
pub use crate::core::{Clipboard, Hasher, Shell};
pub use crate::core::{Hasher, Shell};
pub use crate::renderer::graphics;
pub mod subscription {