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

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bincode = "1.3.3"
directories = "5.0.1"
eframe = "0.21.3"
native-dialog = "0.6.3"