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
13 lines
356 B
TOML
13 lines
356 B
TOML
[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 = ["processthreadsapi", "winbase", "winnt", "winerror", "libloaderapi", "std"] } |