saints-mile 1.0.2

A frontier JRPG for the adults who loved those games first
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Saint's Mile — A frontier JRPG for the adults who loved those games first.
//!
//! Library crate exposing all game systems for integration tests.

#[macro_use]
pub mod types;
pub mod scene;
pub mod combat;
pub mod state;
pub mod pressure;
pub mod content;
pub mod dev;
pub mod ui;