This is a small origin shift algorithm (for generating mazes) that I wrote.
Go to file
Renovate 1b3cb89d20
Some checks failed
builder / build (push) Failing after 33s
chore(deps): lock file maintenance (#42)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

🔧 This Pull Request updates lock files to use the latest dependency versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDEuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #42
Co-authored-by: Renovate <renovate@kjan.de>
Co-committed-by: Renovate <renovate@kjan.de>
2024-11-04 06:47:54 +00:00
.gitea/workflows Update .gitea/workflows/CI.yaml 2024-08-16 11:58:28 +00:00
src Implement my small origin shift algorithm 2024-07-19 22:40:57 +02:00
.gitignore Implement my small origin shift algorithm 2024-07-19 22:40:57 +02:00
Cargo.lock chore(deps): lock file maintenance (#42) 2024-11-04 06:47:54 +00:00
Cargo.toml Implement my small origin shift algorithm 2024-07-19 22:40:57 +02:00
renovate.json Configure Renovate (#1) 2024-07-21 10:04:24 +00:00