blob: 193c36e86e60773bf8b5f36867521a6fde3acff4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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", "std", "synchapi"] }
detours-sys = { path = "../detours-sys" }
|