From 24e137c7ece5d2f3fec331fb92c1e20bec9e9505 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Sep 2025 05:08:03 -0500 Subject: new GUI changes --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index a1f812c..d0c5e30 100644 --- a/structs.go +++ b/structs.go @@ -5,7 +5,7 @@ package main import ( "go.wit.com/dev/alexflint/arg" - "go.wit.com/gui" + "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/forgepb" ) @@ -15,5 +15,5 @@ var me *mainType type mainType struct { pp *arg.Parser // for parsing the command line args. Yay to alexf lint! forge *forgepb.Forge // for holding the forge protobuf files - myGui *gui.Node // the gui toolkit handle + myGui *prep.GuiPrep // the gui toolkit handle } -- cgit v1.2.3