mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-24 12:46:24 +03:00
14 lines
349 B
TOML
14 lines
349 B
TOML
[package]
|
|
name = "notcuda_redirect"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
detours-sys = "0.1"
|
|
wchar = "0.6"
|
|
guid = "0.1"
|
|
winapi = { version = "0.3", features = ["processthreadsapi", "winbase", "winnt", "winerror", "libloaderapi", "std"] } |