diff options
Diffstat (limited to 'zluda_inject')
-rw-r--r-- | zluda_inject/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zluda_inject/Cargo.toml b/zluda_inject/Cargo.toml index cc9dc9b..73489bb 100644 --- a/zluda_inject/Cargo.toml +++ b/zluda_inject/Cargo.toml @@ -13,7 +13,7 @@ winapi = { version = "0.3", features = ["jobapi2", "processthreadsapi", "synchap detours-sys = { path = "../detours-sys" } [dev-dependencies] -# dependency for integration tests +# all of those are used in integration tests zluda_redirect = { path = "../zluda_redirect" } -# dependency for integration tests zluda_dump = { path = "../zluda_dump" } +zluda_ml = { path = "../zluda_ml" } |