rework wip

This commit is contained in:
Robin Appelman 2022-09-02 22:11:48 +02:00
commit 93130dd16b
7 changed files with 261 additions and 175 deletions

View file

@ -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