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

remove old loop bin what was used for performance measurements

This commit is contained in:
Robin Appelman 2021-07-18 22:41:21 +02:00
commit a794df5a5f
2 changed files with 0 additions and 50 deletions

View file

@ -15,10 +15,6 @@ path = "src/lib.rs"
[[bin]]
name = "parse_demo"
path = "src/bin/main.rs"
[[bin]]
name = "loop"
path = "src/bin/loop.rs"
[dependencies]
bitbuffer = "0.9"