Update mach-glfw dependency

This commit is contained in:
Krzysztof Wolicki
2024-02-03 12:38:23 +01:00
committed by Mitchell Hashimoto
parent a000eef89e
commit 9f6e97d090
2 changed files with 2 additions and 3 deletions

View File

@ -1117,7 +1117,6 @@ fn addDeps(
.glfw => {
step.root_module.addImport("glfw", mach_glfw_dep.module("mach-glfw"));
@import("mach_glfw").addPaths(step);
},
.gtk => {

View File

@ -9,8 +9,8 @@
.hash = "12203f87e00caa6c07c02a748f234a5c0ee2ca5c334ec464e88810d93e7b5495a56f",
},
.mach_glfw = .{
.url = "https://github.com/der-teufel-programming/mach-glfw/archive/a9aae000cdc104dabe75d829ff9dab6809e47604.tar.gz",
.hash = "122071be402af6a317b66f007411678f8600559d5b2d5b00fc80d388a6ec27a43acc",
.url = "https://github.com/der-teufel-programming/mach-glfw/archive/250affff8c52d1eaa0fab2ef1118f691bf1225ec.tar.gz",
.hash = "122029f65edf3965d86f7d0741fe141bcc1d68b1f013fa7280bbfda4e87c6affc15f",
},
.zig_objc = .{
.url = "https://github.com/mitchellh/zig-objc/archive/f6ed382b6db296626a9b56dadcf9d7e4fcba71d3.tar.gz",