catgirl-engine 0.14.44

A game engine for cool moddability and procedurally generated data
Documentation
1
2
3
4
5
6
7
8
/// Desktop library implementation of start function
mod desktop;

/// Web library implementation of start function
mod web;

/// Android library implementation of start function
mod android;