maple_engine 0.3.0

Engine implementation of maple engine
Documentation
1
2
3
4
5
6
7
//! general utilies that can help with a project things such as colors, configs, etc... are in
//! here.

pub mod color;
pub mod config;

pub use color::Color;