Skip to content

Commit 8c7385a

Browse files
committed
Exclude arrayfire submodule from crate package
1 parent 9633769 commit 8c7385a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ readme = "./README.md"
1010
keywords = ["CUDA", "OpenCL", "ArrayFire", "Compute"]
1111
license = "BSD-3-Clause"
1212
build = "build.rs"
13+
exclude = [
14+
"arrayfire/*",
15+
]
1316

1417
[dependencies]
1518
libc = "0.1.10"

0 commit comments

Comments
 (0)