op/paint: move paint package below the op package

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-30 15:51:24 +02:00
parent 8cf35a1f97
commit beaec661d2
11 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ import (
"gioui.org/app"
"gioui.org/f32"
"gioui.org/paint"
"gioui.org/op"
"gioui.org/op/paint"
)
func main() {