From 96b454743a2eac2ae1d4bdd38d7ca81cc4fd100b Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 22 Mar 2026 12:57:14 +0100 Subject: fix(tools): fetch stb_image_write.h in project_init.sh, fix cnn_test include path --- tools/cnn_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/cnn_test.cc b/tools/cnn_test.cc index 70f857e..e5e2d26 100644 --- a/tools/cnn_test.cc +++ b/tools/cnn_test.cc @@ -21,7 +21,7 @@ #include "util/mini_math.h" #include "stb_image.h" -#include "wgpu-native/examples/capture/stb_image_write.h" +#include "stb_image_write.h" #include #include -- cgit v1.2.3