1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00

use published bitstream_reader

This commit is contained in:
Robin Appelman 2020-02-02 22:41:41 +01:00
commit 571bd1b5d5
2 changed files with 8 additions and 4 deletions

View file

@ -13,7 +13,7 @@ name = "parse_demo"
path = "src/bin/main.rs"
[dependencies]
bitstream_reader = { version = "0.7", path = "../../bitbuffer" }
bitstream_reader = "0.7.1"
num_enum = "0.4"
num-traits = "0.2"
enumflags2 = "0.6"