Cargo Features
easy-signed-distance-field has no features set by default.
[dependencies]
easy-signed-distance-field = { version = "0.1.1", features = ["render", "font", "export"] }
- render
-
Affects
easy-signed-distance-field::sdf_render_to_file
… - font = ttf-parser
- export = image
-
Affects
easy-signed-distance-field::sdf_to_file
,easy-signed-distance-field::sdf_render_to_file
…
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.
- image export?
-
Enables image ^0.24
- ttf-parser font?
-
Enables ttf-parser ^0.15.2