Allow static_cfg to include entire directories
Via new "toml_dir" and "json_dir" directives in the macro
This commit is contained in:
		
							parent
							
								
									67d18b486c
								
							
						
					
					
						commit
						081146da30
					
				
					 6 changed files with 156 additions and 40 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue