basic raylib example for the ui

This commit is contained in:
2026-01-16 16:24:00 +13:00
parent 23be1cace1
commit f9268bf9ff
3 changed files with 517 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
.{
.name = .examples,
.version = "0.0.0",
.fingerprint = 0x7bd0ad45c350042a,
.minimum_zig_version = "0.15.1",
.dependencies = .{
.raylib_zig = .{
.url = "git+https://github.com/raylib-zig/raylib-zig?ref=devel#a4d18b2d1cf8fdddec68b5b084535fca0475f466",
.hash = "raylib_zig-5.6.0-dev-KE8REL5MBQAf3p497t52Xw9P7ojndIkVOWPXnLiLLw2P",
},
.shoots = .{
.path = "../",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}