diff --git a/crates/gooey-core/src/lib.rs b/crates/gooey-core/src/lib.rs index f95e2a1cd..d8c513fa6 100644 --- a/crates/gooey-core/src/lib.rs +++ b/crates/gooey-core/src/lib.rs @@ -17,6 +17,7 @@ use alot::OrderedLots; pub use {figures as math, gooey_reactor as reactor}; pub mod graphics; pub mod style; +pub mod window; // mod tree; pub use gooey_macros::Widget; use gooey_reactor::{Dynamic, Reactor, Scope, ScopeGuard}; @@ -568,7 +569,9 @@ where style: Dynamic