mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 18:14:08 +02:00
rework wip
This commit is contained in:
parent
a653d1c0e3
commit
93130dd16b
7 changed files with 261 additions and 175 deletions
|
|
@ -12,8 +12,11 @@ default = ["console_error_panic_hook"]
|
|||
|
||||
[dependencies]
|
||||
bitbuffer = { version = "0.10" }
|
||||
tf-demo-parser = { version = "0.4", path = "../tf-demo-parser" }
|
||||
#tf-demo-parser = { version = "0.4", path = "../tf-demo-parser" }
|
||||
tf-demo-parser = { version = "0.4", git = "https://github.com/demostf/parser" }
|
||||
serde = { version = "1.0.144", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
js-sys = "0.3.59"
|
||||
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
|
||||
|
||||
# The `console_error_panic_hook` crate provides better debugging of panics by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue