Cargo Features

[dependencies]
egui_taffy = { version = "0.7.0", default-features = false, features = ["taffy_default", "tracing"] }
default = taffy_default

The taffy_default feature is set by default whenever egui_taffy is added without default-features = false somewhere in the dependency tree.

taffy_default default

Enables block_layout, content_size, flexbox, grid and std of taffy

tracing

Enables tracing

egui_taffy has 3 features without comments.