From 8d79c5d0f803558a7589db563a4f8b3872dd9059 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Sat, 7 Aug 2021 15:11:18 +0200 Subject: [PATCH] Addd missing file --- zluda_ml/Cargo.toml | 5 +++-- 1 file 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