Bundle raylib artifact with raylib module

Co-authored-by: haxsam <haxsam@pm.me>
This commit is contained in:
Nikolas 2025-10-30 22:20:22 +01:00
parent 6ecc0455eb
commit 3cd4d3179d
Failed to generate hash of commit
3 changed files with 2 additions and 4 deletions

View file

@ -33,7 +33,6 @@ pub fn build(b: *std.Build) !void {
.optimize = optimize,
});
exe_mod.addImport("raylib", raylib);
exe_mod.linkLibrary(raylib_artifact);
const run_step = b.step("run", "Run the app");