diff --git a/.gitmodules b/.gitmodules index 1c9e43f..d886933 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "vendor/mach"] - path = vendor/mach - url = https://github.com/hexops/mach.git +[submodule "vendor/mach-glfw"] + path = vendor/mach-glfw + url = https://github.com/hexops/mach-glfw.git diff --git a/build.zig b/build.zig index 3927c4a..ee0df79 100644 --- a/build.zig +++ b/build.zig @@ -1,5 +1,5 @@ const std = @import("std"); -const system_sdk = @import("vendor/mach/libs/glfw/system_sdk.zig"); +const system_sdk = @import("vendor/mach-glfw/system_sdk.zig"); /// Use this with addPackage in your project. pub const pkg = std.build.Pkg{ diff --git a/vendor/mach b/vendor/mach deleted file mode 160000 index 60597f7..0000000 --- a/vendor/mach +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 60597f78d8057d134fc92eed8b7762bb27a74fbf diff --git a/vendor/mach-glfw b/vendor/mach-glfw new file mode 160000 index 0000000..871de93 --- /dev/null +++ b/vendor/mach-glfw @@ -0,0 +1 @@ +Subproject commit 871de9334926273b41c80b0fb13a74d8438eb4e7