diff options
author | Vaxry <[email protected]> | 2024-06-11 17:17:45 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-11 17:17:45 +0200 |
commit | 8c64a4bad710fb18e9b84812bd680a89d1e93661 (patch) | |
tree | 2439b8408abd8e14f6af35ef9cfbeb7c51429f99 /src/helpers/varlist | |
parent | 1f46296ea05f9a8e6020ab694b531c91a1abdfa6 (diff) | |
download | Hyprland-8c64a4bad710fb18e9b84812bd680a89d1e93661.tar.gz Hyprland-8c64a4bad710fb18e9b84812bd680a89d1e93661.zip |
core: move to hyprutils for utils (#6385)
* core: move to hyprutils for utils
Nix: add hyprutils dep
* Meson: add hyprutils dep
* flake.lock: update
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'src/helpers/varlist')
-rw-r--r-- | src/helpers/varlist/VarList.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/helpers/varlist/VarList.hpp b/src/helpers/varlist/VarList.hpp new file mode 100644 index 00000000..34629e4c --- /dev/null +++ b/src/helpers/varlist/VarList.hpp @@ -0,0 +1,5 @@ +#pragma once + +#include <hyprutils/string/VarList.hpp> + +using namespace Hyprutils::String; |