omt 0.3.0

A set of tiny tools mostly used for game development. A Texture atlas packer, a font converter, a pakfile creator.
Documentation
1
2
3
4
5
6
7
8
mod omerror;
pub use omerror::OmError as OmError;

mod filehelper;
pub use filehelper::FileHelper as FileHelper;

mod crchelper;
pub use crchelper::CrcHelper as CrcHelper;