mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 20:51:58 -07:00
hyprpm: add support for minimum versions
This commit is contained in:
@@ -32,6 +32,7 @@ enum ePluginLoadStateReturn {
|
||||
struct SHyprlandVersion {
|
||||
std::string branch;
|
||||
std::string hash;
|
||||
int commits = 0;
|
||||
};
|
||||
|
||||
class CPluginManager {
|
||||
|
Reference in New Issue
Block a user