Add TODO about configuration

pull/8757/head
Jacob Sandlund 2025-07-27 18:48:39 -04:00
parent fb2cab5aee
commit 16c7ebad1d
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ pub fn init(b: *std.Build, cfg: *const Config) !SharedDeps {
.unicode_tables = try .init(b), .unicode_tables = try .init(b),
.framedata = try .init(b), .framedata = try .init(b),
.uucode_table_data = b.dependency("uucode", .{ .uucode_table_data = b.dependency("uucode", .{
// TODO: i'll add a nicer option to configure the tables rather
// than needing to type out the zig code as a string.
.@"table_configs.zig" = @as( .@"table_configs.zig" = @as(
[]const u8, []const u8,
\\const types = @import("types.zig"); \\const types = @import("types.zig");