Skip to content

Commit

Permalink
removed gimain usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jan 9, 2024
1 parent f4256d5 commit 53ae767
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmd/grid/grid.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,11 @@ import (
"path/filepath"

"github.com/goki/gi/gi"
"github.com/goki/gi/gimain"
"github.com/goki/gi/oswin"
"goki.dev/grid/grid"
)

func main() {
// vgpu.Debug = true
gimain.Main(func() {
mainrun()
})
}

func mainrun() {
gi.SetAppName("grid")
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>
<br>
Expand Down

0 comments on commit 53ae767

Please sign in to comment.