Minimal example with tao
.
cargo run --release --package minimal-tao
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.