mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-17 01:06:24 +03:00

Improve injector&redirector so it's no longer required to manually mess with files if the application links nvcuda.dll. Additionally inject into child processes
14 lines
346 B
TOML
14 lines
346 B
TOML
[package]
|
|
name = "zluda_inject"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2018"
|
|
|
|
[[bin]]
|
|
name = "zluda_with"
|
|
path = "src/main.rs"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = { version = "0.3", features = ["jobapi2", "processthreadsapi", "synchapi", "winbase", "std"] }
|
|
detours-sys = { path = "../detours-sys" }
|