Got IWAD reading working

Still need to do something about names
This commit is contained in:
2023-10-19 00:44:06 +01:00
parent 6122f99ff7
commit d14edf6e94
2 changed files with 36 additions and 3 deletions

View File

@@ -15,3 +15,4 @@ serde = "1.0.163"
serde_derive = "1.0.163"
strsim = "0.10.0"
toml = "0.7.4"
walkdir = "2.4.0"