Cargo Features
[dependencies]
ascending_graphics = { version = "0.24.0", default-features = false, features = ["crate_passthru", "rayon"] }
- default = crate_passthru, rayon
-
These default features are set whenever
ascending_graphics
is added without
somewhere in the dependency tree.default-features = false - crate_passthru default
- rayon default
-
Enables rayon
ascending_graphics has 3 features without comments.