pkg/glslang: yeet usingns

This commit is contained in:
Mitchell Hashimoto
2024-08-16 15:36:31 -07:00
parent 91431a90a1
commit 0e2eb85989
5 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
const std = @import("std");
const c = @import("c.zig");
const c = @import("c.zig").c;
const testlib = @import("test.zig");
const Shader = @import("shader.zig").Shader;