Include anyascii in the zig package.

This commit is contained in:
Madeorsk 2025-01-08 21:56:50 +01:00
parent 7dc30ed1e2
commit 2dd23a7580
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F
2 changed files with 1 additions and 3 deletions

View file

@ -1,8 +1,5 @@
const std = @import("std");
// Although this function looks imperative, note that its job is to
// declaratively construct a build graph that will be executed by an external
// runner.
pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{});

View file

@ -7,6 +7,7 @@
"build.zig",
"build.zig.zon",
"src",
"anyascii",
"README.md",
},
}