summaryrefslogtreecommitdiff
path: root/testGui/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-06 01:48:41 -0600
committerJeff Carr <[email protected]>2024-12-06 01:48:41 -0600
commit354a070efff0b5d709c9cc1f46631dbd453f7827 (patch)
tree1c2399c57aeef2395c2bd842eb5077810e209e53 /testGui/main.go
parent5c49d0eb3dcf66cff2089d5b3ffde5101ac6cb29 (diff)
try all the pluginsv0.0.10
Diffstat (limited to 'testGui/main.go')
-rw-r--r--testGui/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/testGui/main.go b/testGui/main.go
index 2bf4457..124ac61 100644
--- a/testGui/main.go
+++ b/testGui/main.go
@@ -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")