a73x

0d256ea4

build: add zig-wayland, vulkan-zig, vulkan-headers, ghostty deps

a73x   2026-04-08 05:51

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

diff --git a/build.zig.zon b/build.zig.zon
index d138c52..d8cf78e 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -9,5 +9,23 @@
        "src",
        "shaders",
    },
    .dependencies = .{},
    .dependencies = .{
        .wayland = .{
            .url = "git+https://github.com/ifreund/zig-wayland#d5be93142e5b564037ccecfa084cd6755c850c37",
            .hash = "wayland-0.6.0-dev-lQa1koD8AQDA1Ez_XdLOqA8QPvwKyxsAanpCIsZEb3OS",
        },
        .vulkan = .{
            .url = "git+https://github.com/Snektron/vulkan-zig#b3086a867a47bb10e66a987a38115a43056b60f7",
            .hash = "vulkan-0.0.0-r7Ytx99oAwDmJu0XtvukW_bSYnAv1PpbPO9ZFwsjcPPO",
        },
        .vulkan_headers = .{
            .url = "git+https://github.com/KhronosGroup/Vulkan-Headers#afe9eb980aa928a66d1c9c06f38c55dd59868720",
            .hash = "N-V-__8AAPwhagKzo63CN9Xp9fZgDF34VxO0bJWvZ8XUcNZA",
        },
        .ghostty = .{
            .url = "git+https://github.com/ghostty-org/ghostty#853183e911b70ff7b61057f52fc7b47ea4934238",
            .hash = "ghostty-1.3.2-dev-5UdBC7VOBgVv0iA-qLRtBnau_zLIv7iGGLdnEiW6fUYU",
            .lazy = true,
        },
    },
}