mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:14:45 +00:00
Add missing file
This commit is contained in:
parent
81ea153780
commit
5effd6b4f8
1 changed files with 7 additions and 2 deletions
|
@ -12,6 +12,11 @@ cargo_metadata = "=0.17.0"
|
|||
cargo-platform = "=0.1.5"
|
||||
serde = "1.0.193"
|
||||
serde_json = "1.0.108"
|
||||
flate2 = { version = "1.0.28", features = ["cloudflare_zlib"], default-features = false }
|
||||
zip = { version = "0.6.6", features = ["deflate", "time"], default-features = false }
|
||||
time = { version = "=0.3.23", features = ["local-offset"] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
zip = { version = "0.6.6", features = ["deflate", "time"], default-features = false }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
flate2 = { version = "1.0.28", features = ["cloudflare_zlib"], default-features = false }
|
||||
tar = "0.4"
|
Loading…
Add table
Reference in a new issue