{gpu, gpu-dawn}: update to latest zig
This commit is contained in:
parent
47e90c1a7e
commit
2b533f7763
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue