When people use build.zig.zon in their project(created by just zig init-exe), they get an error: "Can't find <zeb.h>" which I have included inside zeb.zig file present inside src directory.
Repo link: https://github.com/RohanVashisht1234/zeb
- How should I tell them to change their build.zig in a way that it imports zeb.zig as well as provides zeb.h to zeb.zig library?
- How should I change my build.zig so that it considers zeb.h?