Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective Add a benchmark that captures performance with a removed UI layout where the root node is set to `Display::None`. # Solution Added a `display-none` commandline argument to the `many_buttons` example. When used `display-none` sets the `display` field of the root node to `Display::None`. # Testing ``` cargo run --example many_buttons -- --display-none ``` Which displays nothing, as desired.
- Loading branch information