From 6ee405e7c764a761ec2bf41c89e57881ce6c3901 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Wed, 14 Sep 2022 20:28:27 -0700 Subject: [PATCH] dev: add trimesh2d to linter Signed-off-by: Stephen Gutekanst --- dev/ensure-standard-files.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/ensure-standard-files.zig b/dev/ensure-standard-files.zig index a150cc9b..4a17ed6c 100644 --- a/dev/ensure-standard-files.zig +++ b/dev/ensure-standard-files.zig @@ -16,6 +16,7 @@ const projects = [_][]const u8{ "gpu-dawn", "sysaudio", "sysjs", + "trimesh2d", }; pub fn main() !void {