Export Hasher in advanced module

This commit is contained in:
Héctor Ramón Jiménez 2023-03-29 20:32:36 +02:00
parent 703ef71029
commit 472fbdf187
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -7,7 +7,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, Shell};
pub use crate::core::{Clipboard, Hasher, Shell};
pub use crate::renderer::graphics;
pub mod subscription {