mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 08:24:44 +00:00
24 lines
623 B
TOML
24 lines
623 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", "processenv"] }
|
|
tempfile = "3"
|
|
argh = "0.1"
|
|
detours-sys = { path = "../detours-sys" }
|
|
|
|
[dev-dependencies]
|
|
# all of those are used in integration tests
|
|
zluda_redirect = { path = "../zluda_redirect" }
|
|
zluda_dump = { path = "../zluda_dump" }
|
|
zluda_ml = { path = "../zluda_ml" }
|
|
|
|
[package.metadata.zluda]
|
|
windows_only = true
|