mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
zip from git
This commit is contained in:
parent
dbce06b508
commit
6f959a019c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ static_assertions = "1.1.0"
|
||||||
num_enum = "0.5.6"
|
num_enum = "0.5.6"
|
||||||
vbsp-derive = { path = "derive", version = "*" }
|
vbsp-derive = { path = "derive", version = "*" }
|
||||||
cgmath = "0.18.0"
|
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]
|
[dev-dependencies]
|
||||||
obj = "0.10"
|
obj = "0.10"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue