mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-25 13:16:23 +03:00
25 lines
516 B
TOML
25 lines
516 B
TOML
[package]
|
|
name = "zluda_dump"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "zluda_dump"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
ptx = { path = "../ptx" }
|
|
lz4-sys = "1.9"
|
|
regex = "1.4"
|
|
dynasm = "1.1"
|
|
dynasmrt = "1.1"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = { version = "0.3", features = ["libloaderapi", "debugapi", "std"] }
|
|
wchar = "0.6"
|
|
detours-sys = { path = "../detours-sys" }
|
|
|
|
[target.'cfg(not(windows))'.dependencies]
|
|
libc = "0.2"
|