Cargo Features
[dependencies]
zeknox = { version = "1.0.1", default-features = false, features = ["no_cuda", "cuda"] }
- default = cuda
-
The
cuda
feature is set by default wheneverzeknox
is added without
somewhere in the dependency tree.default-features = false - gl64 bn254 no_cuda
- cuda default
-
Affects
zeknox::device
…