-
- Downloads
Broken, at least with respect to drawing on the screen.
I will put the experimental stuff in a branch called termui_test and get the main branch so it works again.
... | ... | @@ -2,4 +2,7 @@ module pi |
go 1.16 | ||
require gonum.org/v1/plot v0.9.0 | ||
require ( | ||
github.com/gizak/termui/v3 v3.1.0 | ||
gonum.org/v1/plot v0.9.0 | ||
) |
Please register or sign in to comment