No description
| assets/textures | ||
| helpers | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| readme.md | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||
| shell.nix | ||
A Puzzle Game
This project is in very early development.
Code Guidelines
rustfmt
While the project is compiled with stable rust, ituses the nightly version of rustfmt to format the code. You mighht need to install it:
rustup install nightly
When installed, use it like this:
# Check for problems
cargo +nightly fmt --check
# Applied suggested changes
cargo +nightly fmt