1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 10:44:07 +02:00

zip from git

This commit is contained in:
Robin Appelman 2022-03-20 16:16:05 +01:00
commit 6f959a019c

View file

@ -21,7 +21,7 @@ static_assertions = "1.1.0"
num_enum = "0.5.6"
vbsp-derive = { path = "derive", version = "*" }
cgmath = "0.18.0"
zip = { version = "0.5.13", path = "../zip", default-features = false, features = ["lzma"] }
zip = { version = "0.5.13", git = "https://github.com/icewind1991/zip", branch = "lzma-decompression", default-features = false, features = ["lzma"] }
[dev-dependencies]
obj = "0.10"