bcbe9d84cb
* Add minimal example with `tao` - Closes #298
18 lines
360 B
Markdown
18 lines
360 B
Markdown
# Hello Pixels/Tao
|
|
|
|
![Hello Pixels/Tao](../../img/minimal-tao.png)
|
|
|
|
Minimal example with `tao`.
|
|
|
|
## Running
|
|
|
|
```bash
|
|
cargo run --release --package minimal-tao
|
|
```
|
|
|
|
## About
|
|
|
|
This example is based on `minimal-winit`, using `tao` for window and event handling.
|
|
|
|
It adds a native menubar with a single "File > Quit" menu item to demonstrate simple functionality.
|