mirror of https://github.com/linebender/xilem
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:
parent
de1d88c1a6
commit
25b12ad385
|
@ -148,7 +148,7 @@
|
|||
// TODO - Add logo
|
||||
|
||||
#[macro_use]
|
||||
mod util;
|
||||
pub mod util;
|
||||
|
||||
#[cfg(doc)]
|
||||
pub mod doc;
|
||||
|
|
Loading…
Reference in New Issue