All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m23s
With functional increments in `zterm`'s `Scrollable` `Element`, an implementation (such as `Content`) can provide a size hint for the minimal required size to dynamically change its dimensions for the scrollable `Container` in the `Scrollable` `Element`.
25 lines
863 B
Zig
25 lines
863 B
Zig
.{
|
|
.name = .tui_website,
|
|
// This is a [Semantic Version](https://semver.org/).
|
|
.version = "0.0.2",
|
|
.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#7cd1fb139fbf45a3d99f8359dda0d198a283249a",
|
|
.hash = "zterm-0.3.0-1xmmEPf4GwA0W_Aj0yFGfg4efODoLB3y72LAprcAJwwe",
|
|
},
|
|
.zlog = .{
|
|
.url = "git+https://gitea.yves-biener.de/yves-biener/zlog#411a6dc358a3ef463ab704e2f6b887a019a5decf",
|
|
.hash = "zlog-0.15.0-6JSlR9tGAAD1_RAwOEDWrSVFRl4t4WFsJxRXqrW1PHfK",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"LICENSE",
|
|
"README.md",
|
|
},
|
|
}
|