hyprpm: add support for minimum versions

This commit is contained in:
Vaxry
2024-04-05 00:44:21 +01:00
parent 51b3148f09
commit 1ae592fcd9
9 changed files with 47 additions and 13 deletions

View File

@@ -49,6 +49,7 @@ struct SVersionInfo {
bool dirty = false;
std::string branch;
std::string message;
std::string commits;
};
#define APICALL extern "C"