mod: bump zig to master version; bump zterm dependency
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 1m0s
Release Zig Application / Release zig project (release) Successful in 1m27s

Use progress example for initial tui-website test application.
This commit is contained in:
2025-10-28 19:57:10 +01:00
parent dd6b381bbc
commit 5227a33d0a
7 changed files with 204 additions and 194 deletions

View File

@@ -4,6 +4,9 @@ This is my terminal based website. It is served as a tui application via ssh and
It contains information about me and my projects as well as blog entries about something I feel like writing something about.
> [!caution]
> Only builds using the zig master version are tested to work.
## zterm
This tui application also serves as an example implementation of the [zterm](https://gitea.yves-biener.de/yves-biener/zterm) library.