Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.{
.name = .raygui,
.version = "4.0.0",
.minimum_zig_version = "0.16.0",

.fingerprint = 0x6ef335682ef70c01,

.dependencies = .{},

// Only src/ (raygui.h) is consumed by downstream builds (raylib's
// C backend includes it directly; raylib_zig vendors its own copy).
// Everything else (examples/styles/docs/icons/images/logo/projects)
// stays in the repo but is excluded from what `zig fetch` materializes
// and hashes, keeping the local package cache lean.
.paths = .{
"src",
"LICENSE",
},
}