Cargo Features
[dependencies]
rendersvg-meetmangukiya = { version = "0.9.1", default-features = false, features = ["cairo-backend", "qt-backend", "raqote-backend", "skia-backend", "text"] }
- default = text
-
The
text
feature is set by default wheneverrendersvg-meetmangukiya
is added without
somewhere in the dependency tree.default-features = false - cairo-backend
-
Enables cairo-backend of resvg ^0.9.0
- qt-backend
-
Enables qt-backend of resvg ^0.9.0
- raqote-backend
-
Enables raqote-backend of resvg ^0.9.0
- skia-backend
-
Enables skia-backend of resvg ^0.9.0
- text default
-
Enables text of resvg ^0.9.0
resvg:
Enables SVG Text support.
Adds around 400KiB to your binary.
rendersvg-meetmangukiya has 6 features without comments.