Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 397 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 397 Bytes

deno-winit

Winit bindings for Deno.

Demo of the hello_triangle example running on Windows

How to run

Run the hello_triangle example:

deno task hello_triangle

How to run using local winit library

Build winit library:

cargo build --release

Run the hello_triangle_local example:

deno task hello_triangle_local