21 lines
640 B
Zig
21 lines
640 B
Zig
.{
|
|
.name = .tui_website,
|
|
// This is a [Semantic Version](https://semver.org/).
|
|
.version = "0.0.1",
|
|
.fingerprint = 0x93d98a4d9d000e9c, // Changing this has security and trust implications.
|
|
.minimum_zig_version = "0.16.0-dev.463+f624191f9",
|
|
.dependencies = .{
|
|
.zterm = .{
|
|
.url = "git+https://gitea.yves-biener.de/yves-biener/zterm#89aeac1e968f1390bd945f734aac8612efbab179",
|
|
.hash = "zterm-0.3.0-1xmmELjzGwBxVlqXRHn7p-sXFU9xPxqFMxF0PY2CkzFn",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
"README.md",
|
|
},
|
|
}
|