mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
generated code for parsing game events
This commit is contained in:
parent
cd552319ac
commit
cc7f9a48cd
18 changed files with 8518 additions and 64 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -9,13 +9,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
name = "bitstream_reader"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"bitstream_reader_derive 0.3.0",
|
||||
"bitstream_reader_derive 0.3.1",
|
||||
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bitstream_reader_derive"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue