here_be_dragons/src/lib.rs

7 lines
153 B
Rust
Raw Normal View History

2020-09-01 12:46:31 +00:00
//! A collection of map generators.
//!
//! The generators are implemented for the following types of maps:
//! * Dungeon maps
//!
2020-08-31 09:45:59 +00:00
pub mod dungeon;