mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 08:24:44 +00:00
16 lines
456 B
TOML
16 lines
456 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 = [ "sysinfoapi", "memoryapi", "processthreadsapi", "winbase", "winnt", "winerror", "libloaderapi", "tlhelp32", "handleapi", "std"] }
|
|
|
|
[package.metadata.zluda]
|
|
windows_only = true
|