beansprout-custom/build.zig.zon
Ben Buhse 2c18946703
Add river-xkb-bindings and implement Alt+T to open foot
This is the only keybind for now.
2026-01-19 14:32:46 -06:00

28 lines
750 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",
},
.xkbcommon = .{
.url = "https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.3.0.tar.gz",
.hash = "xkbcommon-0.3.0-VDqIe3K9AQB2fG5ZeRcMC9i7kfrp5m2rWgLrmdNn9azr",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSES",
"README.md",
},
}