mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
non buffered bitbuffer
This commit is contained in:
parent
e5f9b0c9ed
commit
fed1da5cb0
4 changed files with 10 additions and 13 deletions
|
|
@ -17,7 +17,7 @@ name = "parse_demo"
|
|||
path = "src/bin/main.rs"
|
||||
|
||||
[dependencies]
|
||||
bitbuffer = "0.7"
|
||||
bitbuffer = { version = "0.7", path = "../../bitbuffer" }
|
||||
num_enum = "0.5"
|
||||
num-traits = "0.2"
|
||||
enumflags2 = "0.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue