aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-01-03 18:45:48 +0100
committerGitHub <[email protected]>2021-01-03 18:45:48 +0100
commit2c0e9b912fe341bd1e513614014fa43b666d257d (patch)
treeb5d3aa00a5192230657792833450848ceb557a1a /Cargo.toml
parent659b2c6ec431c3f1103e700a20da4c66467aa35d (diff)
downloadZLUDA-2c0e9b912fe341bd1e513614014fa43b666d257d.tar.gz
ZLUDA-2c0e9b912fe341bd1e513614014fa43b666d257d.zip
Fix Windows ZLUDA injector (#26)
Fix various bugs in injector and redirector, make them more robust and enable building them by default
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d50aad0..7511701 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,13 @@
[workspace]
members = [
+ "detours-sys",
"level_zero-sys",
"level_zero",
"spirv_tools-sys",
"zluda",
- #"zluda_inject",
- #"zluda_redirect",
+ "zluda_inject",
+ "zluda_redirect",
"ptx",
]