pkg/opengl: yeet usingns

This commit is contained in:
Mitchell Hashimoto
2024-08-16 15:28:22 -07:00
parent 7299a02645
commit f13ea7cace
12 changed files with 25 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ const std = @import("std");
const assert = std.debug.assert;
const log = std.log.scoped(.opengl);
const c = @import("c.zig");
const c = @import("c.zig").c;
const Shader = @import("Shader.zig");
const errors = @import("errors.zig");
const glad = @import("glad.zig");