Skip to content

Commit

Permalink
move some settings to in game settings, remove unused dependencys
Browse files Browse the repository at this point in the history
  • Loading branch information
bgkillas committed Dec 3, 2024
1 parent d24c2db commit c821bed
Show file tree
Hide file tree
Showing 17 changed files with 297 additions and 396 deletions.
38 changes: 18 additions & 20 deletions ewext/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions ewext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ strip = true # Not having that causes wine debugger to crash.
panic = "abort"

[dependencies]
libloading = "0.8.5"
backtrace = "0.3.74"
iced-x86 = "1.21.0"
noita_api_macro = {path = "noita_api_macro"}
eyre = "0.6.12"
noita_api = {path = "noita_api"}
bitcode = "0.6.3"
shared = {path = "../shared"}
shared = {path = "../shared"}
Loading

0 comments on commit c821bed

Please sign in to comment.