here_be_dragons/src/lib.rs
2020-09-14 20:29:36 +02:00

8 lines
169 B
Rust

//! A collection of map generators.
//!
//! The generators are implemented for the following types of maps:
//! * Dungeon maps
//!
pub mod common;
pub mod dungeon;