Cargo Features

ribir_painter has no features set by default.

[dependencies]
ribir_painter = { version = "0.3.0-alpha.5", features = ["png", "tessellation"] }
png

Enables png of image ^0.24.5

tessellation = lyon_tessellation, zerocopy

Affects path::VertexBuffers, path::Vertex

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 png?

Enables image ^0.24.5

lyon_tessellation tessellation?
zerocopy tessellation?