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
11
12
13
14
15
16
17
# Cushy User Guide

The Cushy user guide contains examples that are generated using Cushy's virtual
recorder functionality. To build this guide:

1. Install mdbook and mdbook-variables
2. Capture examples:

   ```sh
   CAPTURE=1 cargo test -p guide-examples --examples
   ```

3. Build the guide:

   ```sh
   mdbook build guide
   ```