mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-25 13:16:23 +03:00
23 lines
467 B
TOML
23 lines
467 B
TOML
[package]
|
|
name = "zluda"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "zluda"
|
|
|
|
[dependencies]
|
|
ptx = { path = "../ptx" }
|
|
level_zero = { path = "../level_zero" }
|
|
level_zero-sys = { path = "../level_zero-sys" }
|
|
lazy_static = "1.4"
|
|
num_enum = "0.4"
|
|
lz4-sys = "1.9"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = { version = "0.3", features = ["heapapi", "std"] }
|
|
|
|
[dev-dependencies]
|
|
cuda-driver-sys = "0.3.0"
|
|
paste = "1.0" |