// 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)]pubmodgeneral;pubmoddebug;pubmodgeometry;