Go to file
Kenny Kerr 135ab04eb5 windows-56 2024-05-07 14:55:04 -07:00
.github/workflows update GitHub Actions 2024-02-26 13:50:58 -08:00
.vscode Add VS Code debug settings 2020-05-16 16:18:35 -07:00
src windows-56 2024-05-07 14:55:04 -07:00
.gitignore basic window and visual tree 2020-04-26 13:37:37 -07:00
Cargo.lock windows-56 2024-05-07 14:55:04 -07:00
Cargo.toml windows-56 2024-05-07 14:55:04 -07:00
LICENSE Create LICENSE 2020-04-26 15:52:24 -07:00
README.md Updated to target the latest version of windows-rs (#29) 2021-01-16 19:14:20 -08:00

README.md

minesweeper-rs

A port of robmikh/Minesweeper using windows-rs.

Running

Running this sample requires at least Windows build 1803 (v10.0.17134.0). To compile and run (after setting up), use:

cargo run --release

minesweeper-opt2