apps: updates for renamed and moved packages

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-30 15:20:02 +02:00
parent 3784ece6dd
commit 6bc5ff2479
8 changed files with 69 additions and 66 deletions
+3 -2
View File
@@ -7,8 +7,9 @@ import (
"testing"
"time"
"gioui.org/io/event"
"gioui.org/layout"
"gioui.org/ui"
"gioui.org/unit"
)
type queue struct{}
@@ -28,7 +29,7 @@ func BenchmarkUI(b *testing.B) {
}
}
func (queue) Events(k ui.Key) []ui.Event {
func (queue) Events(k event.Key) []event.Event {
return nil
}