aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_inject/Cargo.toml
blob: c1a70665e4fc50e607c099addbb9c6f0a32f7e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[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.9", features = ["jobapi", "jobapi2", "processenv", "processthreadsapi", "synchapi", "winbase", "std"] }
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" }

[build-dependencies]
embed-manifest = "1.3.1"

[package.metadata.zluda]
windows_only = true