mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-06 18:06:33 +00:00
remove ftgl build
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user