mod(read_input): read user input from tty
This commit is contained in:
@@ -29,6 +29,7 @@ pub fn build(b: *std.Build) void {
|
||||
.optimize = optimize,
|
||||
.target = target,
|
||||
});
|
||||
const zg_dep = b.dependency("zg", .{});
|
||||
|
||||
const exe = b.addExecutable(.{
|
||||
.name = "tui-website",
|
||||
@@ -39,6 +40,7 @@ pub fn build(b: *std.Build) void {
|
||||
exe.root_module.addImport("vaxis", vaxis_dep.module("vaxis"));
|
||||
exe.root_module.addImport("zlog", zlog_dep.module("zlog"));
|
||||
exe.root_module.addImport("zmd", zmd_dep.module("zmd"));
|
||||
exe.root_module.addImport("code_point", zg_dep.module("code_point"));
|
||||
|
||||
// This declares intent for the executable to be installed into the
|
||||
// standard location when the user invokes the "install" step (the default
|
||||
|
||||
Reference in New Issue
Block a user