core: zig fmt
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
cf8f94d36c
commit
c4cc1e79a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue