Memory game using slint, qt and flutter. This branch is using slint and rust.
- Install Rust by following the Rust Getting Started Guide.
Once this is done, you should have the
rustc
compiler and thecargo
build system installed in your path. - clone repo and switch to slint branch
git clone https://github.com/hemu312/memory.git git checkout slint
- Enter project directory
cd memory
- Build with cargo
cargo build --release
- Run the application binary
cargo run --release
Don't forget to check other branches.