Skip to content

Commit 53ae767

Browse files
committed
removed gimain usage
1 parent f4256d5 commit 53ae767

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cmd/grid/grid.go

-8
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,11 @@ import (
1010
"path/filepath"
1111

1212
"github.com/goki/gi/gi"
13-
"github.com/goki/gi/gimain"
1413
"github.com/goki/gi/oswin"
1514
"goki.dev/grid/grid"
1615
)
1716

1817
func main() {
19-
// vgpu.Debug = true
20-
gimain.Main(func() {
21-
mainrun()
22-
})
23-
}
24-
25-
func mainrun() {
2618
gi.SetAppName("grid")
2719
gi.SetAppAbout(`Grid is a Go-rendered interactive drawing program for SVG vector dawings. See <a href="https://goki.dev/grid">Grid on GitHub</a><br>
2820
<br>

0 commit comments

Comments
 (0)