From 6d0a7a8416b4af162b0c188b50ad13de1c321ce5 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sat, 7 Dec 2024 16:53:33 +0100 Subject: [PATCH] update sokol dep --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index bb6de9a..b6d3aa8 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#e0e8205eaac6e7f565667117b139caeac8180714", - .hash = "1220c9e7505a30d2f9f08ee638741625a284b020ba7c4eefd02a57dc2803c33399f5", + .url = "git+https://github.com/floooh/sokol-zig.git#39d978af04027fb179092b37974774b38dca4af3", + .hash = "12204f0b1283928707e021a79bfda0ca1beaa38781a5e50fc7694f2d6878e1bd1c34", }, }, .paths = .{