diff options
author | Andrzej Janik <[email protected]> | 2020-01-07 23:28:26 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-01-07 23:28:26 +0100 |
commit | 30e8286d5394818539d49b7580bb288a01857d5a (patch) | |
tree | 474e960f8da1db4fc5282dedc30e7a18293c2f4a /Cargo.toml | |
parent | 6bd033c3699af7b124b70d364b9f409995678ff1 (diff) | |
download | ZLUDA-30e8286d5394818539d49b7580bb288a01857d5a.tar.gz ZLUDA-30e8286d5394818539d49b7580bb288a01857d5a.zip |
Make sure we wait for the executable to finish and propagate error code
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -15,4 +15,7 @@ path = "src/bin.rs" [dependencies] detours-sys = "0.1" -clap = "2.33"
\ No newline at end of file +clap = "2.33" + +[target.'cfg(windows)'.dependencies] +winapi = { version = "0.3", features = ["processthreadsapi", "std", "synchapi"] }
\ No newline at end of file |