Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 549 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 549 Bytes

win-rust-sample

The simplest Rust equivalent (that I have been able to implement so far) to this Your First Windows Program example.

If you have suggestions on how to make it simpler, please open an issue.

Dependencies

The only dependency for this project is the windows crate.

What does it do?

It shows an empty window. If you click on the X to close the window, the window closes and the application exits.