Проверка версий зависимостей

Добавил проверку версий установленных зависимостей паков.
This commit is contained in:
KotIsOff
2025-08-23 01:33:06 +03:00
parent a46aafa562
commit 5994371145
7 changed files with 33 additions and 4 deletions
+1
View File
@@ -35,6 +35,7 @@ enum class DependencyLevel {
struct DependencyPack {
DependencyLevel level;
std::string id;
std::string verison;
};
struct ContentPackStats {