mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-12 10:48:53 +03:00
21 lines
393 B
TOML
21 lines
393 B
TOML
[package]
|
|
name = "not_cuda"
|
|
version = "0.1.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "not_cuda"
|
|
path = "src/lib.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[[bin]]
|
|
name = "not_cuda"
|
|
path = "src/bin.rs"
|
|
|
|
[dependencies]
|
|
detours-sys = "0.1"
|
|
clap = "2.33"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] } |