From ead343ae3dba1ce049b72c55aab17401ca313ae2 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sat, 31 Aug 2024 13:37:49 +0200 Subject: [PATCH] update sokol-zig dep (fixes zig 0.14-dev incompatibility) --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 70f2c39..07ae91c 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,8 +4,8 @@ .dependencies = .{ // sokol only needed for the actual emulators .sokol = .{ - .url = "git+https://github.com/floooh/sokol-zig.git#e190830fd57293addc64019ca61d7fcf38dcdf5f", - .hash = "12201d3b9cf340a49a6774cfa59b5b2d0ab8660e908de59f884d3ff162a3d5d17905", + .url = "git+https://github.com/floooh/sokol-zig.git#028391ae0278b6bb80b5ef485575b43df9406fdf", + .hash = "1220aa0cc8ae0377300eb9ff1cc6b2342cdf3c8336cc63f929926d3291e292b46ae6", }, }, .paths = .{