v0.1.1 true color extracted to a standalone package, lut256 lazy build

This commit is contained in:
2026-07-15 07:53:38 -04:00
parent aa22225c61
commit 9853ac0270
33 changed files with 480 additions and 745 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
module github.com/lixenwraith/terminal
go 1.26.4
go 1.26.0
require (
github.com/lixenwraith/color v0.0.0-20260715115131-49124ee97342
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
)