Skip to content

Commit

Permalink
all: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Wrench[bot] <wrench@hexops.com>
  • Loading branch information
wrench-bot committed Jul 18, 2023
1 parent 52a1cc8 commit b95fb47
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
.version = "0.2.0",
.dependencies = .{
.glfw = .{
.url = "https://github.com/hexops/glfw/archive/0e4cdba4216c6def0423462a2f21fef80683d56d.tar.gz",
.hash = "1220a0b036095c2c54af347c86514ed9dab431299f0140b0e434ed119f85a976c32b",
.url = "https://github.com/hexops/glfw/archive/ea649150b9053e0f05dec9dcd80e23cd78afe041.tar.gz",
.hash = "1220afdfae0ece92c61a6c8350e77cc74f9d6ce03b2afd2ccb881dedda994fd2d194",
},
.direct3d_headers = .{
.url = "https://github.com/hexops/direct3d-headers/archive/773dce3f079eecdccc7c71d1318a0741649d568b.tar.gz",
.hash = "12200d2155216c5eb5f111282cd355b5433cad6a68fd040294e695149cba329f7c12",
.url = "https://github.com/hexops/direct3d-headers/archive/16b1a389ec924994b17416d48a7f844176c31f2e.tar.gz",
.hash = "1220cfac32c349f732fd62eb729c45f78c6b813adc6467cfc7f4e0853c9d0d0db050",
},
.vulkan_headers = .{
.url = "https://github.com/hexops/vulkan-headers/archive/e1b061ff624531e82a7daea5dbd56c07e08bf0be.tar.gz",
.hash = "12204967f9d07fda3af6a21d6ab71fb832da2186176c530a7a14aa96043537399e6b",
.url = "https://github.com/hexops/vulkan-headers/archive/03d2e7b7509d41d73d3533c1e2444251f07f6861.tar.gz",
.hash = "12200a5e03da16ec2c03d46eba44b3017bf1b673bd8a37d78a9206f735eef01c7543",
},
.wayland_headers = .{
.url = "https://github.com/hexops/wayland-headers/archive/7bf46f3d60edab2171643ff85770c392ef62704d.tar.gz",
.hash = "1220689912c40c0880b094f748199c490810d4fa4c58ce1ef9058ce97f46ee28496a",
.url = "https://github.com/hexops/wayland-headers/archive/c61b6c025dec56bfbc58e8c1ae47d67e0529ee93.tar.gz",
.hash = "122046c0239b4607eb277f0b205e2639d4d4e1c253a0d29b6b387383e47af69cea2f",
},
.x11_headers = .{
.url = "https://github.com/hexops/x11-headers/archive/99af89c7bfdc7db503f3a7003571f8e81bcd09f3.tar.gz",
.hash = "1220e6bd3186841c1da38d862d52ba88dec9633d24f409eda27627321937419a0ddb",
.url = "https://github.com/hexops/x11-headers/archive/a9f8562d5ef5768c69ebf8a577695f0d03edc29f.tar.gz",
.hash = "1220fb3d68f8ab9610f920b05928bf8a4b75b6cb82bae4ad7f3d18907ffe3df2ccc7",
},
},
}

0 comments on commit b95fb47

Please sign in to comment.