summaryrefslogtreecommitdiff
path: root/vere/ext/wslay/build.zig.zon
blob: 47f8b12a054cafc0e76975a2a101d7824d0a1380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.{
    .name = "wslay",
    .version = "0.0.1",
    .dependencies = .{
        .wslay = .{
            .url = "https://github.com/tatsuhiro-t/wslay/archive/refs/tags/release-1.1.1.tar.gz",
            .hash = "N-V-__8AADdLBADNETOk9pvYZ-k7F8a08-U43YCrYSlxu621",
        },
    },
    .paths = .{
        "",
    },
}