{gpu, gpu-dawn}: update to latest zig

This commit is contained in:
Ali Chraghi 2022-09-02 17:22:52 +04:30 committed by Stephen Gutekanst
parent 47e90c1a7e
commit 2b533f7763
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
const std = @import("std");
const Builder = std.build.Builder;
pub fn Sdk(deps: anytype) type {
pub fn Sdk(comptime deps: anytype) type {
return struct {
pub const LinuxWindowManager = enum {
X11,