change mach vendor

This commit is contained in:
Mitchell Hashimoto 2023-04-06 09:00:38 -07:00
parent fa7be5173c
commit 1e3537ab97
No known key found for this signature in database
GPG key ID: 523D5DC389D273BC
4 changed files with 5 additions and 5 deletions

6
.gitmodules vendored
View file

@ -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

View file

@ -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{

1
vendor/mach vendored

@ -1 +0,0 @@
Subproject commit 60597f78d8057d134fc92eed8b7762bb27a74fbf

1
vendor/mach-glfw vendored Submodule

@ -0,0 +1 @@
Subproject commit 871de9334926273b41c80b0fb13a74d8438eb4e7