This commit is contained in:
2026-01-14 00:36:19 +13:00
parent 768922428e
commit a2731750a4
2 changed files with 79 additions and 0 deletions

17
build.zig.zon Normal file
View File

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