here_be_dragons/src/lib.rs
2020-09-01 14:46:31 +02:00

7 lines
153 B
Rust

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