mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-25 05:06:38 +03:00
16 lines
371 B
TOML
16 lines
371 B
TOML
[package]
|
|
name = "zluda_inject"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2018"
|
|
|
|
[[bin]]
|
|
name = "zluda"
|
|
path = "src/main.rs"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
zluda_redirect = { path = "../zluda_redirect" }
|
|
winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] }
|
|
detours-sys = "0.1"
|
|
clap = "2.33"
|
|
guid = "0.1" |