sysgpu: remove everything related to dawn

This commit is contained in:
Ali Cheraghi 2024-07-13 01:05:50 +03:30 committed by Stephen Gutekanst
parent 98801a258e
commit 539aadf664
26 changed files with 12 additions and 121 deletions

4
src/core/X11.zig Normal file
View file

@ -0,0 +1,4 @@
const std = @import("std");
pub const Core = @import("x11/Core.zig");
pub const Timer = std.time.Timer;