Cargo Features
[dependencies]
prisma2d = { version = "0.1.0", default-features = false, features = ["nostd", "threading", "aggr_inline", "transparency", "images"] }
- default = aggr_inline, nostd, transparency
-
These default features are set whenever
prisma2d
is added without
somewhere in the dependency tree.default-features = false - nostd default
- threading = rayon
- aggr_inline default
- transparency default
-
Affects
color::Color.a
… - images
-
Affects
prisma2d::image
…
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.