diff --git a/Cargo.toml b/Cargo.toml index 28f40ca..2114fda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["concurrency"] [lib] name = "EMCompute" -crate-type = ["cdylib" , "lib"] +crate-type = ["cdylib"] [dependencies] wgpu = "22"