Cargo Features
[dependencies]
maker-panel = { version = "0.13.0", default-features = false, features = ["tessellate", "text"] }
- default = tessellate, text
-
These default features are set whenever
maker-panel
is added without
somewhere in the dependency tree.default-features = false - tessellate default = lyon, stl_io
- text default = embedded-graphics, ibm437, png
-
Enables text of resvg ^0.12 and usvg ^0.12
resvg:
Enables SVG Text support.
Adds around 400KiB to your binary.
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.
- lyon tessellate
-
Enables lyon ^0.17
- stl_io tessellate
-
Enables stl_io ^0.6
- ibm437 text
-
Enables ibm437 ^0.1
- embedded-graphics text
-
Enables embedded-graphics ^0.1
- png text
-
Enables png ^0.16