feat: add parser for current impl of packwiz mod.toml
This reads a local mod.toml file and extract information from it. Using C libs in C++ is kind of a pain tho :(
This commit is contained in:
parent
eaa5ce4467
commit
8e4438b375
3 changed files with 96 additions and 1 deletions
|
@ -25,7 +25,7 @@ class ProviderCapabilities {
|
|||
}
|
||||
return "";
|
||||
}
|
||||
static QString providerName(Provider p)
|
||||
static const char* providerName(Provider p)
|
||||
{
|
||||
switch(p){
|
||||
case Provider::MODRINTH:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue