mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
op/paint: move paint package below the op package
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+2
-2
@@ -6,10 +6,10 @@ package widget
|
||||
import (
|
||||
"image"
|
||||
|
||||
"gioui.org/ui"
|
||||
"gioui.org/f32"
|
||||
"gioui.org/layout"
|
||||
"gioui.org/paint"
|
||||
"gioui.org/op/paint"
|
||||
"gioui.org/ui"
|
||||
)
|
||||
|
||||
// Image is a widget that displays an image.
|
||||
|
||||
Reference in New Issue
Block a user