diff options
Diffstat (limited to 'zluda_ml/Cargo.toml')
-rw-r--r-- | zluda_ml/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zluda_ml/Cargo.toml b/zluda_ml/Cargo.toml index 7b29e8d..4c540b4 100644 --- a/zluda_ml/Cargo.toml +++ b/zluda_ml/Cargo.toml @@ -8,5 +8,6 @@ edition = "2018" name = "nvml"
crate-type = ["cdylib"]
-[dependencies]
-level_zero = { path = "../level_zero" }
+[dependencies.ocl-core]
+version = "0.11"
+features = ["opencl_version_1_2", "opencl_version_2_0", "opencl_version_2_1"]
\ No newline at end of file |