try all the plugins

This commit is contained in:
Jeff Carr 2024-12-06 01:48:41 -06:00
parent 5c49d0eb3d
commit 354a070eff
2 changed files with 4 additions and 3 deletions

View File

@ -24,6 +24,7 @@ gocui: build
install:
go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
testGui
check-git-clean:
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)

View File

@ -17,9 +17,9 @@ func main() {
// setup the GUI
me.myGui = gui.New()
// testLoad("nocui")
// testLoad("gocui")
// testLoad("andlabs")
testLoad("nocui")
testLoad("gocui")
testLoad("andlabs")
testLoad("pixelgl")
testLoad("fyne")
//testLoad("fail")