Cargo Features
[dependencies]
contrast_renderer = { version = "0.1.2", default-features = false, features = ["text"] }
- default = text
-
The
text
feature is set by default whenevercontrast_renderer
is added without
somewhere in the dependency tree.default-features = false - text default = ttf-parser
-
Affects
contrast_renderer::text
…
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.
- ttf-parser text
-
Enables ttf-parser ^0.14.0