From fdc4ab9050e79b2232bdf3bd3a163928168dd4f9 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sat, 7 Dec 2024 16:50:25 +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 dbf3ccb..bb6de9a 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#6ac38c06751b320fdf67ba81e86e03aebaf1a0d4", - .hash = "1220f0dab58f9fa0d140f8087405d1bcad99b7a913a9d78abf9c4d74a266992ab898", + .url = "git+https://github.com/floooh/sokol-zig.git#e0e8205eaac6e7f565667117b139caeac8180714", + .hash = "1220c9e7505a30d2f9f08ee638741625a284b020ba7c4eefd02a57dc2803c33399f5", }, }, .paths = .{