Yunier Alvarez
Results
1
comments of
Yunier Alvarez
I figured out be looking into your `build.zig` file. Path: `deps/...` in my case: ```zig const ecs_module = b.addModule("zig-ecs", .{ .root_source_file = b.path("deps/zig-ecs/src/ecs.zig"), .optimize = optimize, .target = target, });...