Refactor plugin registry into separate files per plugin

This commit is contained in:
pleb
2026-07-05 14:24:58 -07:00
parent 1b4087c5b5
commit 1858f76766
62 changed files with 730 additions and 1008 deletions
+10
View File
@@ -0,0 +1,10 @@
id = "bs-utils"
name = "BS Utils"
repo = "Kylemc1413/Beat-Saber-Utils"
asset_patterns = ["BSUtils-*.zip"]
install_strategy = "bsipa-zip"
category = "library"
dependencies = [
{ id = "iniparser", constraint = ">=2.5.9" },
{ id = "bsipa", constraint = ">=4.3.7" },
]