11 lines
269 B
TOML
11 lines
269 B
TOML
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" },
|
|
]
|