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 default-features = false somewhere in the dependency tree.

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