Allow static_cfg to include entire directories

Via new "toml_dir" and "json_dir" directives in the macro
This commit is contained in:
Griffin Smith 2019-07-14 14:29:11 -04:00
parent 67d18b486c
commit 081146da30
6 changed files with 156 additions and 40 deletions

View file

@ -19,14 +19,16 @@ extern crate maplit;
#[macro_use]
extern crate downcast_rs;
extern crate backtrace;
#[macro_use]
extern crate include_dir;
#[macro_use]
mod util;
mod display;
mod game;
#[macro_use]
mod types;
mod entities;
#[macro_use]
mod util;
mod messages;
mod settings;