fix: vpkmerge and grimorie are using nvfetch now
check / build (push) Has been cancelled
check / build (pull_request) Has been cancelled

This commit is contained in:
2026-05-29 14:30:40 +01:00
parent cb70ca0e90
commit 2917e84200
5 changed files with 5289 additions and 13 deletions
+13
View File
@@ -36,3 +36,16 @@ src.git = "https://github.com/neovide/neovide.git"
src.git_branch = "nightly"
fetch.git = "https://github.com/neovide/neovide.git"
cargo_lock = ["Cargo.lock"]
[grimoire]
src.github = "Slush97/grimoire"
fetch.github = "Slush97/grimoire"
# [grimoire-social]
# src.github = "Slush97/grimoire-social"
# fetch.github = "Slush97/grimoire-social"
[vpkmerge]
src.github = "Slush97/vpkmerge"
fetch.github = "Slush97/vpkmerge"
cargo_lock = ["Cargo.lock"]