Cargo Features

flo_canvas has no features set by default.

[dependencies]
flo_canvas = { version = "0.3.1", features = ["outline-fonts", "image-loading"] }
outline-fonts = allsorts, pathfinder_geometry, ttf-parser

Affects font_face::CanvasTableProvider, font_face::measure_text

image-loading = image

Affects primitives::GraphicsPrimitives.load_texture

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.

allsorts outline-fonts?

Enables allsorts ^0.5

ttf-parser outline-fonts?

Enables ttf-parser ^0.12

pathfinder_geometry outline-fonts?
image image-loading?

Enables image ^0.23