Cargo Features
wick-cond has no features set by default.
[dependencies]
wick-cond = { version = "0.1.0", features = ["wgsl", "glsl", "rust", "c", "opencl", "cuda", "hip", "tokenstream", "lua-codegen", "lua", "all", "cranelift"] }
- wgsl all?
-
Affects
wick-cond::wgsl… - glsl all?
-
Affects
wick-cond::glsl… - rust all?
-
Rust text codegen
Affects
wick-cond::rust… - c all?
-
C text codegen
Affects
wick-cond::c… - opencl all?
-
OpenCL kernel codegen
Affects
wick-cond::opencl… - cuda all?
-
CUDA kernel codegen
Affects
wick-cond::cuda… - hip all?
-
HIP kernel codegen (AMD ROCm)
Affects
wick-cond::hip… - tokenstream all? = proc-macro2, quote
-
TokenStream codegen for proc-macros
Affects
wick-cond::tokenstream… - lua-codegen lua?
-
Pure Rust codegen, no native deps
Affects
wick-cond::lua… - lua all? = lua-codegen
-
Alias for consistency (no execution in dew-cond)
Affects
wick-cond::lua… - all = c, cranelift, cuda, glsl, hip, lua, opencl, rust, tokenstream, wgsl
- cranelift all? = cranelift-codegen, cranelift-frontend, cranelift-jit, cranelift-module
-
Affects
wick-cond::cranelift…
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- quote tokenstream?
-
Enables quote
TokenStream backend
- proc-macro2 tokenstream?
- cranelift-codegen cranelift?
-
Enables cranelift-codegen ^0.116
Cranelift backend
- cranelift-frontend cranelift?
-
Enables cranelift-frontend ^0.116
- cranelift-jit cranelift?
-
Enables cranelift-jit ^0.116
- cranelift-module cranelift?
-
Enables cranelift-module ^0.116