Cargo Features

[dependencies]
egui-phosphor = { version = "0.5.0", default-features = false, features = ["thin", "light", "regular", "bold", "fill"] }
default = regular

The regular feature is set by default whenever egui-phosphor is added without default-features = false somewhere in the dependency tree.

thin

Affects variants::thin

light

Affects variants::light

regular default

Affects variants::regular

bold

Affects variants::bold

fill

Affects variants::fill