diff options
author | Andrzej Janik <[email protected]> | 2020-11-23 20:00:16 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-11-23 20:01:10 +0100 |
commit | eb7c9aeeee4cf20a4d81a319f4ebf9329efb819f (patch) | |
tree | af96435ca89cb36ffd414be99acdd1f91c701787 /zluda_inject/Cargo.toml | |
parent | 0415f873ae15aceda87758f9fcce5d38aa68ca75 (diff) | |
download | ZLUDA-eb7c9aeeee4cf20a4d81a319f4ebf9329efb819f.tar.gz ZLUDA-eb7c9aeeee4cf20a4d81a319f4ebf9329efb819f.zip |
Rename everything
Diffstat (limited to 'zluda_inject/Cargo.toml')
-rw-r--r-- | zluda_inject/Cargo.toml | 16 |
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 |