mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
better skips
This commit is contained in:
parent
b7c3baee17
commit
f5504cd682
4 changed files with 25 additions and 27 deletions
|
|
@ -13,7 +13,7 @@ name = "parse_demo"
|
|||
path = "src/bin/main.rs"
|
||||
|
||||
[dependencies]
|
||||
bitstream_reader = "0.7"
|
||||
bitstream_reader = { version = "0.7", path = "../../bitbuffer" }
|
||||
num_enum = "0.4"
|
||||
num-traits = "0.2"
|
||||
enumflags2 = "0.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue