From 2dd23a7580590f8bd1b8cafc126f96b3197b33f1 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Wed, 8 Jan 2025 21:56:50 +0100 Subject: [PATCH] Include anyascii in the zig package. --- build.zig | 3 --- build.zig.zon | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.zig b/build.zig index fd977c9..66e5f7b 100644 --- a/build.zig +++ b/build.zig @@ -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(.{}); diff --git a/build.zig.zon b/build.zig.zon index f9b2f59..409686e 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -7,6 +7,7 @@ "build.zig", "build.zig.zon", "src", + "anyascii", "README.md", }, }