Install the mold linker and make sure it's
available through PATH. In case you don't want to use mold, update
.cargo/config.toml and the RUSTFLAGS environment
variable in flake.nix accordingly.
nix build
# or
cargo build --releaseThe preferred way to develop sakuya is through Nix development shells or devshells. An .envrc exists for use with direnv.
# scaffold the devshell
direnv allow
# use bacon as file-watcher
baconThe game is licensed under zlib License.