From 9cfabae9315643ff2f697eec2dbf8a414e7ffc68 Mon Sep 17 00:00:00 2001 From: kayomn Date: Sun, 23 Jun 2024 03:03:41 +0100 Subject: [PATCH] Update to Zig 0.13.0 --- .gitignore | 2 +- build.zig.zon | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5af52ca..705556a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ # Generated assets -/zig-cache +/.zig-cache /zig-out *.glsl.zig diff --git a/build.zig.zon b/build.zig.zon index a3445f4..3fcc20d 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -10,8 +10,8 @@ }, .dependencies = .{ .sokol = .{ - .url = "git+https://github.com/floooh/sokol-zig.git#796a3d3d54c22d20da9e91a9a9120d5423d1e700", - .hash = "12209a187e071d76af00c02865677d170f844376866d062b1b5f82e4ecbd750c4e18", + .url = "git+https://github.com/floooh/sokol-zig.git#7c25767e51aa06dd5fb0684e4a8f2200d182ef27", + .hash = "1220fa7f47fbaf2f1ed8c17fab2d23b6a85bcbbc4aa0b3802c90a3e8bf6fca1f8569", }, }, }