deft-yoga 0.7.1

Rust bindings for Facebook's Yoga, a Flexbox layout engine
1
2
3
4
5
6
7
8
9
<div id="wrap_child">
  <div style="width: 100px; height: 100px;"></div>
</div>

<div id="wrap_grandchild">
  <div>
    <div style="width: 100px; height: 100px;"></div>
  </div>
</div>