From a620ece57cb67a572600070a93f1d386ee76bc76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stanis=C5=82aw=20Zag=C3=B3rowski?= <hasohasacz@gmail.com>
Date: Thu, 2 Mar 2023 23:46:23 +0100
Subject: [PATCH] Add hyprload manifest

---
 hyprload.toml | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 hyprload.toml

diff --git a/hyprload.toml b/hyprload.toml
new file mode 100644
index 0000000..22e8b46
--- /dev/null
+++ b/hyprload.toml
@@ -0,0 +1,10 @@
+[split-plugin-workspaces]
+description = "Split plugin workspaces"
+version = "1.0.0"
+author = "Duckonaut"
+
+[split-plugin-workspaces.build]
+output = "split-plugin-workspaces.so"
+steps = [
+    "make all",
+]