aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_redirect/Cargo.toml
blob: 2a5c3b13ee2bd7efe2739dc396234b264fc23c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "zluda_redirect"
version = "0.0.0"
authors = ["Andrzej Janik <vosen@vosen.pl>"]
edition = "2018"

[lib]
crate-type = ["cdylib"]

[target.'cfg(windows)'.dependencies]
detours-sys = { path = "../detours-sys" }
wchar = "0.6"
winapi = { version = "0.3", features = [ "sysinfoapi", "memoryapi", "processthreadsapi", "winbase", "winnt", "winerror", "libloaderapi", "tlhelp32", "handleapi", "std"] }