#How to use examples dir in library build.zig
1 messages · Page 1 of 1 (latest)
if the dir is not listed in .paths in its own build.zig.zon then it wont be included when downloading the dependency
I already added it
That didn't seem to fix my problem
I ended up just writing a list of files in my examples dir and using that instead of traversing lol
yeah i would recomended that solution
but it sounded like you couldnt access examples at all