cushy 0.4.0

A wgpu-powered graphical user interface (GUI) library with a reactive data model
Documentation
1
2
3
4
5
6
7
8
9
10
# Layers

The [`Layers`][layers] widget lays its [`WidgetList`][children] widgets on top of
each other in the Z orientation.

When computing its size, it uses the largest width and height from all of its
children.

[Layers]: <{{ docs }}/widgets/layers/struct.Layers.html>
[children]: <{{ docs }}/widget/struct.WidgetList.html>