Skip to content

Commit

Permalink
Fix Debugging Support (#15)
Browse files Browse the repository at this point in the history
This broke with wasmtime 16. It now works again.
  • Loading branch information
CryZe authored Dec 22, 2023
1 parent bb6b0e3 commit 06f0e2b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 8 deletions.
52 changes: 45 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ egui_file = "0.13.0"
egui_plot = "0.24.1"
hdrhistogram = { version = "7.5.2", default-features = false }
indexmap = "2.0.0"
livesplit-auto-splitting = { git = "https://github.com/LiveSplit/livesplit-core" }
livesplit-auto-splitting = { git = "https://github.com/LiveSplit/livesplit-core", features = ["debugger-support"] }
mime_guess = "2.0.4"

[profile.max-opt]
Expand Down

0 comments on commit 06f0e2b

Please sign in to comment.