Add rlwinm decoder window (#83)

* Add rlwinm decoder window

* Remove extra files

* Create Cargo.lock

* Make fmt happy

* Update Cargo.lock

* Update Cargo.lock

* Update Cargo.lock
This commit is contained in:
Amber Brault
2024-07-21 19:56:46 -04:00
committed by GitHub
parent d9fb48853e
commit 9f71ce9fea
5 changed files with 69 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ bytes = "1.6.0"
cfg-if = "1.0.0"
const_format = "0.2.32"
cwdemangle = "1.0.0"
rlwinmdec = "1.0.1"
dirs = "5.0.1"
egui = "0.27.2"
egui_extras = "0.27.2"