gpu-dawn: zig fmt
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3e68b6fd87
commit
8b3c4bf087
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ const Build = std.Build;
|
||||||
pub fn build(b: *Build) !void {
|
pub fn build(b: *Build) !void {
|
||||||
const optimize = b.standardOptimizeOption(.{});
|
const optimize = b.standardOptimizeOption(.{});
|
||||||
const target = b.standardTargetOptions(.{});
|
const target = b.standardTargetOptions(.{});
|
||||||
|
|
||||||
const options = Options{
|
const options = Options{
|
||||||
.install_libs = true,
|
.install_libs = true,
|
||||||
.from_source = true,
|
.from_source = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue