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 767e18b commit 4fcc067
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions demo/demo.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (

"goki.dev/colors"
"goki.dev/gi/v2/gi"
"goki.dev/gi/v2/gimain"
"goki.dev/gi/v2/giv"
"goki.dev/gi/v2/texteditor"
"goki.dev/girl/states"
Expand All @@ -25,9 +24,7 @@ import (
"goki.dev/mat32/v2"
)

func main() { gimain.Run(app) }

func app() {
func main() {
b := gi.NewAppBody("gogi-demo").SetTitle("GoGi Demo")
b.App().About = "The GoGi Demo demonstrates the various features of the GoGi 2D and 3D Go GUI framework."

Expand Down

0 comments on commit 4fcc067

Please sign in to comment.