cranpose-ui 0.1.128

UI primitives for Cranpose
Documentation
1
2
3
4
5
6
7
8
9
//! UI primitives re-exported from the widgets module.

#![allow(non_snake_case)]

pub use crate::widgets::*;

#[cfg(test)]
#[path = "tests/primitives_tests.rs"]
mod tests;