Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m16s
25 lines
863 B
Zig
25 lines
863 B
Zig
.{
|
|
.name = .tui_website,
|
|
// This is a [Semantic Version](https://semver.org/).
|
|
.version = "0.0.4",
|
|
.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#4874252e8c3a5d645ac2c37bbfd0e669964912fc",
|
|
.hash = "zterm-0.3.0-1xmmEH82HABfsn5imAK8lw93LevIaqNV10g6xfkNj_OT",
|
|
},
|
|
.zlog = .{
|
|
.url = "git+https://gitea.yves-biener.de/yves-biener/zlog#40ced30a574118cd76202c07dc4b2291c3321d3a",
|
|
.hash = "zlog-0.16.0-6JSlR-BIAAAZ4fSbV54zbZZ9hnZSeOPnnFtiVjmIy3ID",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
"README.md",
|
|
},
|
|
}
|