about summary refs log tree commit diff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-03-11 17:57:57 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-03-11 17:57:57 +0900
commitc5ad891da3d5cee9958a02d660db99a41fec111b (patch)
treea05a27125c1fa1acde723b4234dabf89997e4ead /build.zig.zon
parent30f666f3ada479974353cdd7f3be9cdcec497fa1 (diff)
downloadblackshades-main.tar.gz
Port to Zig 0.14 HEAD main
Awaiting upstream libraries to support Zig 0.14 to purge the submodules:
* ini: https://github.com/ziglibs/ini/pull/14#issuecomment-2712560632
* qoi: https://github.com/ikskuh/zig-qoi/pull/14
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon36
1 files changed, 36 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon
new file mode 100644
index 0000000..e5e0969
--- /dev/null
+++ b/build.zig.zon
@@ -0,0 +1,36 @@
+.{
+    .name = .blackshades,
+    .version = "2.5.3",
+    .fingerprint = 0xd1f5f56cdf18153,
+    .minimum_zig_version = "0.14.0",
+    .dependencies = .{
+        .gfz = .{
+            .url = "git+https://trong.loang.net/~cnx/gfz?ref=0.1.0#601c886f4b40d6a513563b5a883010633e52bf43",
+            .hash = "gfz-0.1.0-3UBgOH-DAAD1E3l0QB8DihsttSChM4VWHeU1QKeG6btY",
+        },
+        .ini = .{
+            .url = "lib/ini",
+            .hash = "ini-0.1.0-AAAAAJ4lAAAeuOSEbouG5uNtHCmngXktnF3PTsfjxvDq",
+        },
+        .@"known-folders" = .{
+            .url = "git+https://github.com/ziglibs/known-folders#aa24df42183ad415d10bc0a33e6238c437fc0f59",
+            .hash = "known_folders-0.0.0-Fy-PJtLDAADGDOwYwMkVydMSTp_aN-nfjCZw6qPQ2ECL",
+        },
+        .qoi = .{
+            .url = "lib/qoi",
+            .hash = "qoi-0.1.0-5Hmo8rpqAAD1pnE4OYX2tdvxLupff9nkjBGxuxVNtky8",
+        },
+        .zeal = .{
+            .url = "git+https://trong.loang.net/~cnx/zeal?ref=0.1.0#7580c25a081e39732afaaa7a630d7f58005d5ab1",
+            .hash = "zeal-0.1.0-90hghYyhAAAKkKkGWzVjxtxlZiwyRD2YNd3xDZRqrC9a",
+        },
+    },
+    .paths = .{
+        "LICENSES",
+        "README.md",
+        "build.zig",
+        "build.zig.zon",
+        "data",
+        "src",
+    },
+}