12 lines
301 B
TOML
12 lines
301 B
TOML
id = "chroma"
|
|
name = "Chroma"
|
|
repo = "Aeroluna/Heck"
|
|
asset_patterns = ["Chroma-*.zip"]
|
|
install_strategy = "bsipa-zip"
|
|
category = "mapping"
|
|
dependencies = [
|
|
{ id = "heck", constraint = ">=1.8.3" },
|
|
{ id = "customjsondata", constraint = ">=2.6.8" },
|
|
{ id = "lookupid", constraint = ">=1.0.1" },
|
|
]
|