aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_inject/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-11-23 20:00:16 +0100
committerAndrzej Janik <[email protected]>2020-11-23 20:01:10 +0100
commiteb7c9aeeee4cf20a4d81a319f4ebf9329efb819f (patch)
treeaf96435ca89cb36ffd414be99acdd1f91c701787 /zluda_inject/Cargo.toml
parent0415f873ae15aceda87758f9fcce5d38aa68ca75 (diff)
downloadZLUDA-eb7c9aeeee4cf20a4d81a319f4ebf9329efb819f.tar.gz
ZLUDA-eb7c9aeeee4cf20a4d81a319f4ebf9329efb819f.zip
Rename everything
Diffstat (limited to 'zluda_inject/Cargo.toml')
-rw-r--r--zluda_inject/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/zluda_inject/Cargo.toml b/zluda_inject/Cargo.toml
new file mode 100644
index 0000000..5dbb14b
--- /dev/null
+++ b/zluda_inject/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "zluda_inject"
+version = "0.0.0"
+authors = ["Andrzej Janik <[email protected]>"]
+edition = "2018"
+
+[[bin]]
+name = "zluda"
+path = "src/main.rs"
+
+[target.'cfg(windows)'.dependencies]
+zluda_redirect = { path = "../zluda_redirect" }
+winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] }
+detours-sys = "0.1"
+clap = "2.33"
+guid = "0.1" \ No newline at end of file