Files
river/build.zig.zon
T

25 lines
947 B
Zig
Raw Normal View History

2024-05-20 11:33:04 +02:00
.{
2025-03-07 12:37:11 +01:00
.name = .river,
2025-03-07 12:52:50 +01:00
.version = "0.3.9-dev",
2024-05-20 11:33:04 +02:00
.paths = .{""},
.dependencies = .{
2025-03-07 12:37:11 +01:00
.pixman = .{
.url = "https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz",
.hash = "pixman-0.3.0-LClMnz2VAAAs7QSCGwLimV5VUYx0JFnX5xWU6HwtMuDX",
2024-05-20 11:33:04 +02:00
},
2025-03-07 12:37:11 +01:00
.wayland = .{
.url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.3.0.tar.gz",
.hash = "wayland-0.3.0-lQa1kjPIAQDmhGYpY-zxiRzQJFHQ2VqhJkQLbKKdt5wl",
2024-05-20 11:33:04 +02:00
},
2025-03-07 12:37:11 +01:00
.wlroots = .{
.url = "https://codeberg.org/ifreund/zig-wlroots/archive/v0.18.2.tar.gz",
.hash = "wlroots-0.18.2-jmOlchnIAwBq45_cxU1V3OWErxxJjQZlc9PyJfR-l3uk",
2024-05-20 11:33:04 +02:00
},
2025-03-07 12:37:11 +01:00
.xkbcommon = .{
.url = "https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.3.0.tar.gz",
.hash = "xkbcommon-0.3.0-VDqIe3K9AQB2fG5ZeRcMC9i7kfrp5m2rWgLrmdNn9azr",
2024-05-20 11:33:04 +02:00
},
},
2025-03-07 12:37:11 +01:00
.fingerprint = 0xf5e3672b8e8d6efc,
2024-05-20 11:33:04 +02:00
}