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:
@ -25,7 +25,7 @@ class ProviderCapabilities {
|
||||
}
|
||||
return "";
|
||||
}
|
||||
static QString providerName(Provider p)
|
||||
static const char* providerName(Provider p)
|
||||
{
|
||||
switch(p){
|
||||
case Provider::MODRINTH:
|
||||
|
Reference in New Issue
Block a user