beansprout-custom/build.zig.zon
2025-10-02 17:13:32 -05:00

24 lines
544 B
Zig

.{
.name = .beansprout,
.version = "0.0.0",
.fingerprint = 0x145dac71c283d187, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.1",
.dependencies = .{
.wayland = .{
.url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.4.0.tar.gz",
.hash = "wayland-0.4.0-lQa1khbMAQAsLS2eBR7M5lofyEGPIbu2iFDmoz8lPC27",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSES",
"README.md",
},
}