nox_lib 0.1.1

A general purpose library filled with nicknacks to help you out
Documentation
1
2
3
4
5
6
7
8
9
10
mod color;
mod gui;

pub use color::*;
pub use gui::*;

pub mod prelude {
    pub use crate::graphics::*;
    pub use crate::graphics::*;
}