mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Automagically install dependencies
This commit is contained in:
@@ -96,8 +96,12 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
dependencyTypeRequired int = iota + 1
|
||||
dependencyTypeEmbedded int = iota + 1
|
||||
dependencyTypeOptional
|
||||
dependencyTypeRequired
|
||||
dependencyTypeTool
|
||||
dependencyTypeIncompatible
|
||||
dependencyTypeInclude
|
||||
)
|
||||
|
||||
// modInfo is a subset of the deserialised JSON response from the Curse API for mods (addons)
|
||||
|
||||
Reference in New Issue
Block a user