mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
cow stringtable
This commit is contained in:
parent
f9116ef9f7
commit
9f0acad361
7 changed files with 29 additions and 16 deletions
|
|
@ -21,7 +21,8 @@ name = "loop"
|
|||
path = "src/bin/loop.rs"
|
||||
|
||||
[dependencies]
|
||||
bitbuffer = "0.8"
|
||||
#bitbuffer = "0.8"
|
||||
bitbuffer = { version = "0.8", path = "../../bitbuffer"}
|
||||
num_enum = "0.5"
|
||||
num-traits = "0.2"
|
||||
enumflags2 = "0.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue