Cargo Features
[dependencies]
egui_taffy = { version = "0.1.2", default-features = false, features = ["taffy_default"] }
- 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
egui_taffy has 2 features without comments.