These examples are working `iced` applications.
They use the same model-view-update shape as `iced` applications:
- ----
Run them with:
```bash
cargo run --example counter
cargo run --example text_input
cargo run --example pane_grid
```
Use these as app-shell examples. The reusable `rae` library remains renderer-neutral; `iced` is only a dev-dependency used by examples.