Skip to content

Commit

Permalink
nop change to see what caching does on a minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mlugg committed Jun 9, 2024
1 parent 039a3fe commit 722b690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core.zig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const std = @import("std");
const std = (@import("std"));

const mach = @import("main.zig");
const gpu = mach.gpu;
Expand Down

0 comments on commit 722b690

Please sign in to comment.