Remove gioui main loop
This commit is contained in:
parent
124e7f1c31
commit
f3c33e0cb8
|
@ -1,5 +1,3 @@
|
||||||
//go:build (!windows && !darwin && !linux) || noautofill
|
|
||||||
|
|
||||||
package agent
|
package agent
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
//go:build (windows || darwin || linux) && !noautofill
|
|
||||||
|
|
||||||
package agent
|
|
||||||
|
|
||||||
import "gioui.org/app"
|
|
||||||
|
|
||||||
func mainloop() {
|
|
||||||
app.Main()
|
|
||||||
}
|
|
Loading…
Reference in New Issue