pixels/examples/minimal-tao
2022-12-17 17:35:02 -08:00
..
src Add minimal example with tao (#299) 2022-08-17 07:50:02 -07:00
Cargo.toml Update all dependencies in the workspace (#323) 2022-12-17 17:35:02 -08:00
README.md Add minimal example with tao (#299) 2022-08-17 07:50:02 -07:00

Hello Pixels/Tao

Hello Pixels/Tao

Minimal example with tao.

Running

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.