Export clipboard module in advanced module
This commit is contained in:
parent
7f3f476774
commit
332127f1bc
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue