Cargo Features
WFC has no features set by default.
[dependencies]
wfc = { version = "0.10.7", features = ["parallel", "js"] }
- parallel = rand_xorshift, rayon
-
Affects
retry::ParNumTimes
… - js
-
Enables js of getrandom ^0.2
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.
- rayon parallel?
- rand_xorshift parallel?
-
Enables rand_xorshift ^0.3