Skip to main content

kayrx_ui/
lib.rs

1//! Kayrx-UI
2
3#[macro_use]
4extern crate yew;
5
6pub mod widget;
7pub mod fabric;