mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-19 16:04:44 +00:00
17 lines
No EOL
381 B
TOML
17 lines
No EOL
381 B
TOML
[package]
|
|
name = "notcuda_inject"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2018"
|
|
|
|
[[bin]]
|
|
name = "notcuda"
|
|
path = "src/bin.rs"
|
|
|
|
[dependencies]
|
|
notcuda_redirect = { path = "../notcuda_redirect" }
|
|
detours-sys = "0.1"
|
|
clap = "2.33"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] } |