UniversalUI_Base 0.1.2

Base types for the UniversalUI framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//  UniversalUI_Base - lib.rs
//  created by sebhall on 28/07/2023
//  
//  UniversalUI_Base contains definitions for types
//  common to other modules of the UniversalUI framework.
//
//  lib.rs declares the crate submodules.

#![allow(non_snake_case)]

pub mod general;
pub mod debug;
pub mod geometry;