mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 10:04:09 +02:00
packet loading
This commit is contained in:
parent
55211ac364
commit
57650faeac
15 changed files with 11726 additions and 1662 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "inspector"
|
||||
name = "demo-inspector"
|
||||
version = "0.1.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
|
|
@ -11,7 +11,10 @@ crate-type = ["cdylib", "rlib"]
|
|||
default = ["console_error_panic_hook"]
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2.63"
|
||||
bitbuffer = { version = "0.10", path = "../../bitbuffer" }
|
||||
tf-demo-parser = { version = "0.3", path = "../tf-demo-parser" }
|
||||
serde_json = "1"
|
||||
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
|
||||
|
||||
# The `console_error_panic_hook` crate provides better debugging of panics by
|
||||
# logging them with `console.error`. This is great for development, but requires
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue