f32: [API] unexport Rectangle

There are no public API that uses f32.Rectangle anymore. Move Rectangle
to an internal package for internal use.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2022-04-26 10:56:13 +02:00
parent fc79ec5c94
commit b5f12c5f26
15 changed files with 54 additions and 258 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"golang.org/x/image/colornames"
"gioui.org/f32"
"gioui.org/internal/f32"
"gioui.org/internal/f32color"
"gioui.org/op"
"gioui.org/op/clip"