Files
river/build.zig.zon
T

30 lines
1.3 KiB
Zig
Raw Normal View History

2024-05-20 11:33:04 +02:00
.{
2025-08-30 18:56:09 +02:00
.name = .river_classic,
2025-03-10 08:17:17 +01:00
// While a river release is in development, this string should contain
// the version in development with the "-dev" suffix.
// When a release is tagged, the "-dev" suffix should be removed for the
// commit that gets tagged. Directly after the tagged commit, the version
// should be bumped and the "-dev" suffix added.
2026-01-07 04:39:16 +00:00
.version = "0.3.15-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 = .{
2025-07-11 18:08:50 +02:00
.url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.4.0.tar.gz",
.hash = "wayland-0.4.0-lQa1khbMAQAsLS2eBR7M5lofyEGPIbu2iFDmoz8lPC27",
2024-05-20 11:33:04 +02:00
},
2025-03-07 12:37:11 +01:00
.wlroots = .{
.url = "git+https://codeberg.org/ifreund/zig-wlroots?ref=master#eb7631742812665c10ff3a9b4b069c3d0cc2017b",
.hash = "wlroots-0.20.0-dev-jmOlcuxBBAC74vcynqYuP8sjbyLrH6cnNlKzhXKg8zVO",
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-08-30 18:56:09 +02:00
.fingerprint = 0x3dae7aba2ea52a3b,
2024-05-20 11:33:04 +02:00
}