1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00

remove unneeded dependency

This commit is contained in:
Robin Appelman 2020-06-26 20:01:23 +02:00
commit 96e30bf6a0

View file

@ -13,7 +13,6 @@ readme = "README.md"
arrayvec = "0.4" arrayvec = "0.4"
bitflags = "1.0" bitflags = "1.0"
bv = "0.11" bv = "0.11"
byteorder = "0.5"
itertools = "0.8" itertools = "0.8"
thiserror = "1.0" thiserror = "1.0"
lzma-rs = "0.1.3" lzma-rs = "0.1.3"