You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[float-pigment-layout](https://crates.io/crates/float-pigment-layout)| Layout engine which supports common CSS `display`, including `flex``block` and `inline`. |[](https://docs.rs/float-pigment-layout)|
16
-
|[float-pigment-forest](https://crates.io/crates/float-pigment-forest)| Tree implementation that works with `float-pigment-layout`. |[](https://docs.rs/float-pigment-forest)|
16
+
|[float-pigment-forest](https://crates.io/crates/float-pigment-forest)| Tree implementation that works with `float-pigment-layout` for C++ bondings. |[](https://docs.rs/float-pigment-forest)|
17
17
|[float-pigment](https://crates.io/crates/float-pigment)| The collection of all crates above, with C++ bindings. |[](https://docs.rs/float-pigment)|
18
18
19
19
@@ -57,9 +57,9 @@ Supported `position`:
57
57
58
58
float-pigment-layout requires an external node tree implementation.
59
59
60
-
Usually the node tree should be implemented in high-level code or some other dedicated modules, but that is not always this case.
60
+
Usually the node tree should be implemented in high-level code or some other dedicated modules.
61
61
62
-
If you do not implement a node tree yourself, or the tree implementation is not in rust, this crate can help.
62
+
However, if the main implementation is in C++, this crate can help you builds a tree in rust.
0 commit comments