masonry: make util pub to allow customizing buttons in an app (#862)

Similar to https://github.com/linebender/xilem/pull/861 this would help
creating custom elements while relying on the already used/tested
library utilities
This commit is contained in:
Evgeny 2025-02-10 18:28:18 +07:00 committed by GitHub
parent de1d88c1a6
commit 25b12ad385
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
// TODO - Add logo
#[macro_use]
mod util;
pub mod util;
#[cfg(doc)]
pub mod doc;