mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-12 10:48:53 +03:00

Fix various bugs in injector and redirector, make them more robust and enable building them by default
14 lines
330 B
TOML
14 lines
330 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]
|
|
winapi = { version = "0.3", features = ["jobapi2", "processthreadsapi", "std", "synchapi"] }
|
|
detours-sys = { path = "../detours-sys" }
|