0d256ea4
build: add zig-wayland, vulkan-zig, vulkan-headers, ghostty deps
a73x 2026-04-08 05:51
Commit message
build.zig.zon
| Old | New | ||
|---|---|---|---|
| @@ -9,5 +9,23 @@ | |||
| 9 | "src", | 9 | "src", |
| 10 | "shaders", | 10 | "shaders", |
| 11 | }, | 11 | }, |
| 12 | .dependencies = .{}, | 12 | .dependencies = .{ |
| 13 | .wayland = .{ | ||
| 14 | .url = "git+https://github.com/ifreund/zig-wayland#d5be93142e5b564037ccecfa084cd6755c850c37", | ||
| 15 | .hash = "wayland-0.6.0-dev-lQa1koD8AQDA1Ez_XdLOqA8QPvwKyxsAanpCIsZEb3OS", | ||
| 16 | }, | ||
| 17 | .vulkan = .{ | ||
| 18 | .url = "git+https://github.com/Snektron/vulkan-zig#b3086a867a47bb10e66a987a38115a43056b60f7", | ||
| 19 | .hash = "vulkan-0.0.0-r7Ytx99oAwDmJu0XtvukW_bSYnAv1PpbPO9ZFwsjcPPO", | ||
| 20 | }, | ||
| 21 | .vulkan_headers = .{ | ||
| 22 | .url = "git+https://github.com/KhronosGroup/Vulkan-Headers#afe9eb980aa928a66d1c9c06f38c55dd59868720", | ||
| 23 | .hash = "N-V-__8AAPwhagKzo63CN9Xp9fZgDF34VxO0bJWvZ8XUcNZA", | ||
| 24 | }, | ||
| 25 | .ghostty = .{ | ||
| 26 | .url = "git+https://github.com/ghostty-org/ghostty#853183e911b70ff7b61057f52fc7b47ea4934238", | ||
| 27 | .hash = "ghostty-1.3.2-dev-5UdBC7VOBgVv0iA-qLRtBnau_zLIv7iGGLdnEiW6fUYU", | ||
| 28 | .lazy = true, | ||
| 29 | }, | ||
| 30 | }, | ||
| 13 | } | 31 | } |