core: zig fmt

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-01-24 00:25:21 -07:00 committed by Stephen Gutekanst
parent cf8f94d36c
commit c4cc1e79a3

View file

@ -19,7 +19,7 @@ const Pkg = std.build.Pkg;
pub const pkg = Pkg{
.name = "core",
.source = .{ .path = sdkPath("/src/main.zig") },
.dependencies = &.{ gpu.pkg },
.dependencies = &.{gpu.pkg},
};
pub const Options = struct {