remove ftgl build

This commit is contained in:
Mitchell Hashimoto
2022-04-05 19:54:48 -07:00
parent 388c0056c9
commit 80490cb80d
2 changed files with 1 additions and 6 deletions

View File

@@ -7,10 +7,7 @@ const std = @import("std");
const Allocator = std.mem.Allocator;
const glfw = @import("glfw");
const gl = @import("opengl.zig");
const TextRenderer = if (true)
@import("TextRenderer.zig")
else
@import("TextRenderer2.zig");
const TextRenderer = @import("TextRenderer.zig");
const log = std.log;