Added untested label collapse

This commit is contained in:
Sasha Koshka 2023-03-13 17:10:27 -04:00
parent 7ef95cc751
commit 5149c27cf3
2 changed files with 46 additions and 4 deletions

View File

@ -1,5 +1,6 @@
package basicElements package basicElements
import "golang.org/x/image/math/fixed"
import "git.tebibyte.media/sashakoshka/tomo/theme" import "git.tebibyte.media/sashakoshka/tomo/theme"
import "git.tebibyte.media/sashakoshka/tomo/config" import "git.tebibyte.media/sashakoshka/tomo/config"
import "git.tebibyte.media/sashakoshka/tomo/textdraw" import "git.tebibyte.media/sashakoshka/tomo/textdraw"