summaryrefslogtreecommitdiff
path: root/direct.go
blob: 9e8b9e06a9954e712094315aa1ca3505cf925c55 (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 (
	"go.wit.com/gui/toolkit/andlabs-direct"
)

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