A minesweeper game
First, you need to setup gtk for your environment.
The rust version I used was 1.42.0-nightly (old)
build using rust/cargo:
cargo run
# or
cargo build --release
If you want to install the application (on linux), use:
make install
note
src/lib/application.rs
could need a rewrite..