Cargo Features
[dependencies]
usvg-cli = { version = "0.9.2", default-features = false, features = ["text"] }
- default = text
-
The
text
feature is set by default wheneverusvg-cli
is added without
somewhere in the dependency tree.default-features = false - text default
-
usvg:
Enables text-to-path conversion support.
Adds around 400KiB to your binary.
usvg-cli has 2 features without comments.