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

released bitbuffer

This commit is contained in:
Robin Appelman 2021-07-15 23:19:02 +02:00
commit 40e7996cda
2 changed files with 5 additions and 1 deletions

View file

@ -21,7 +21,7 @@ name = "loop"
path = "src/bin/loop.rs"
[dependencies]
bitbuffer = { version = "0.8", path = "../../bitbuffer" }
bitbuffer = "0.8"
num_enum = "0.5"
num-traits = "0.2"
enumflags2 = "0.7"