New architecture

This commit is contained in:
Adrian Heine 2019-12-26 20:50:23 +01:00
parent e4b3424ba6
commit 907a4962c5
61 changed files with 2742 additions and 3100 deletions

View file

@ -40,3 +40,8 @@ pub fn create_static_output_files(source_dir: &str) {
.unwrap();
}
}
#[allow(unused)]
fn main() {
create_static_output_files("static_files");
}