maycoon-widgets 0.5.2

Widgets for Maycoon UI => See the `maycoon` crate for more.
Documentation
1
2
3
4
5
6
fn main() {
    cfg_aliases::cfg_aliases! {
        web: { target_arch = "wasm32" },
        native: { not(target_arch = "wasm32") },
    }
}