Added this wad.rs thingy

It'll hopefully let me get into more rust AND doom stuff
This commit is contained in:
2023-06-18 22:39:28 +01:00
parent 849902ce84
commit 2e92202dbb
4 changed files with 39 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ use std::process::Command;
pub mod config;
pub mod infos;
pub mod wad;
fn main() -> Result<(), eframe::Error> {
let gui_options = eframe::NativeOptions {