summaryrefslogtreecommitdiff
path: root/direct.go
blob: 95c1ad89b7ef8d4b1f88ad15ff320cf3467161cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// +build windows

/*
	this is a direct compile version of andlabs/ui for windows since
	golang on windows does not yet support plugins
*/
package gui

import (
	"git.wit.org/wit/gui/toolkit/andlabs-direct"
)

func trythis() {
	log(debugGui, "not sure what to try")
	toolkit.DebugToolkit = true
}