gpu-dawn: zig fmt

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-08 13:37:46 -07:00
parent 3e68b6fd87
commit 8b3c4bf087

View file

@ -4,6 +4,7 @@ const Build = std.Build;
pub fn build(b: *Build) !void {
const optimize = b.standardOptimizeOption(.{});
const target = b.standardTargetOptions(.{});
const options = Options{
.install_libs = true,
.from_source = true,