From 2c6d7ffb7a68514dbfa97095516681d843802012 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Sun, 5 Dec 2021 23:01:46 +0100 Subject: Fix remaining issues with detouring nvcuda --- zluda_inject/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zluda_inject') 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" } -- cgit v1.2.3