forked from DioxusLabs/taffy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
taffy_tree
feature to opt-out of default Taffy tree (DioxusLabs…
…#448) * Quick first draft * Create separate non-cached node computation * Revert "Create separate non-cached node computation" This reverts commit c974efb. * Move Taffy-specific stuff into taffy_tree module * Export leaf::compute() * fmt and clippy * Remove useless use_rounding method * Fix broken doc reference * Sync Measurable is the only Measurable * Move computation back into compute mod * Rename feature to taffy_tree * Optional slotmap * didn't check feature-gated deps properly * Make debug not rely on slotmap * Formatting
- Loading branch information
1 parent
6ce86a9
commit fda1f88
Showing
13 changed files
with
304 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.