From 1c6c0e1c90eb0d7af917e2a8300d1beea742ea6f Mon Sep 17 00:00:00 2001 From: ElectroMutex <97535877+SkillfulElectro@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:19:32 +0330 Subject: [PATCH] Add files via upload --- Cargo.toml | 2 +- src/lib.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2114fda..4f2d851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "EMCompute" -version = "2.1.0" +version = "2.1.1" edition = "2021" authors = ["ElectroMutex"] description = "fast , simple and cross-platform parallel computing library" diff --git a/src/lib.rs b/src/lib.rs index f1c1f77..d6c57d9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -142,8 +142,6 @@ pub struct CKernel { /// by setting config you can customize behavior of the /// gpu pub config : GPUComputingConfig , - - index : usize , } #[no_mangle]