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 wheneveregui_taffy
is added without
somewhere in the dependency tree.default-features = false - taffy_default default
-
Enables block_layout, content_size, flexbox, grid and std of taffy
- tracing
-
Enables tracing
egui_taffy has 3 features without comments.