pixels/examples/minimal-tao
Jay Oster 3891192796
Update dependencies (#337)
Breaking changes:

- Updates `wgpu` to 0.16
2023-06-11 21:25:25 -07:00
..
src Handle all wgpu::SurfaceError variants (#348) 2023-03-21 07:16:51 -07:00
Cargo.toml Update dependencies (#337) 2023-06-11 21:25:25 -07: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.