Display decoded rlwinm info to hover tooltip (#141)

* Fix missing dependency feature for objdiff-gui

* Update .gitignore

* Display decoded rlwinm info to hover tooltip

* Remove trailing newline when displaying decoded rlwinm info

* Change variable name

* Also update variable name in rlwinm.rs
This commit is contained in:
LagoLunatic
2024-12-02 23:40:05 -05:00
committed by GitHub
parent 7aa878b48e
commit 304df96411
4 changed files with 9 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ exec = "0.3"
# native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# web:
[target.'cfg(target_arch = "wasm32")'.dependencies]