diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 17:40:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 17:40:08 -0600 |
| commit | 5c49d0eb3dcf66cff2089d5b3ffde5101ac6cb29 (patch) | |
| tree | 4f02ca32656abe1e64eb93075bc303b328346ad7 /testGui/main.go | |
| parent | 87f53b432fb9bb097c21bd3e01957d0e0b97de33 (diff) | |
test pluginsv0.0.9
Diffstat (limited to 'testGui/main.go')
| -rw-r--r-- | testGui/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testGui/main.go b/testGui/main.go index 7bef94c..2bf4457 100644 --- a/testGui/main.go +++ b/testGui/main.go @@ -17,10 +17,10 @@ func main() { // setup the GUI me.myGui = gui.New() - testLoad("nocui") + // testLoad("nocui") + // testLoad("gocui") + // testLoad("andlabs") testLoad("pixelgl") - testLoad("gocui") - testLoad("andlabs") testLoad("fyne") //testLoad("fail") } |
