change mach vendor
This commit is contained in:
parent
fa7be5173c
commit
1e3537ab97
4 changed files with 5 additions and 5 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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
vendor/mach
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 60597f78d8057d134fc92eed8b7762bb27a74fbf
|
1
vendor/mach-glfw
vendored
Submodule
1
vendor/mach-glfw
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 871de9334926273b41c80b0fb13a74d8438eb4e7
|
Loading…
Add table
Reference in a new issue