render: (relatively) minor UI overhaul #10

Merged
NotAShelf merged 8 commits from notashelf/push-lnksylnmlvzq into main 2026-04-08 12:39:10 +00:00
Showing only changes of commit 0b4f14c73c - Show all commits

build: also link raylib for libcombat

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I337a654ffc0dbfab19bdbe68ba9bd9026a6a6964
raf 2026-04-04 22:49:14 +03:00
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -15,6 +15,7 @@ pub fn build(b: *std.Build) void {
}),
});
combat_lib.addIncludePath(b.path("src"));
combat_lib.linkSystemLibrary("raylib");
// C sources (everything except combat, which is now Zig)
const c_sources = [_][]const u8{