Cargo Features

[dependencies]
floem-cosmic-text = { version = "0.7.2", default-features = false, features = ["no_std", "std", "vi", "swash"] }
default = std, swash

These default features are set whenever floem-cosmic-text is added without default-features = false somewhere in the dependency tree.

no_std

Enables rustybuzz ^0.12.1

std default = sys-locale

Enables fontconfig, memmap and std of fontdb ^0.16.0, std of ouroboros, rustybuzz ^0.12.1, and unicode-bidi

vi = syntect

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.

swash default

Affects edit::Edit.draw, font::SwashKey

syntect vi?
sys-locale std

Enables sys-locale ^0.2.3