compo-window 0.1.0

Cross-platform window component for the Compo declarative and reactive component framework
Documentation
1
2
3
4
5
6
7
pub use {
    crate::window::*,
    compo::prelude::{
        Cancellable, Component, Duration, Rc, RefCell, Runtime, Weak, component, sleep,
    },
    compo_platform_loop::prelude::run,
};