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

This commit is contained in:
2026-07-14 13:04:27 -04:00
parent aa22225c61
commit 21041633b2
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-20260714170240-79433f872c42
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
)