WhspBrd/go.mod
foglar e3f9693cf6 Adds terminal unit resizing
Improves image rendering by allowing resizing based on terminal cell size, providing more control over image dimensions.
This is enabled by a new `units` parameter where 0 defaults to the previous pixel sizing and 1 enables terminal unit sizing.

Removes unused dependency.
2025-06-14 08:28:55 +02:00

14 lines
210 B
Modula-2

module whspbrd
go 1.24.2
require (
github.com/jroimartin/gocui v0.5.0
golang.org/x/sys v0.30.0
)
require (
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
)