internal/srgb: move app/internal/srgb

We're about to move app/headless to gpu/headless, and it imports
package srgb indirectly.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-03-05 15:54:07 +01:00
parent e17dd5bd30
commit 86d17efc2c
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,9 +10,9 @@ import (
"runtime"
"strings"
"gioui.org/app/internal/srgb"
"gioui.org/gpu"
"gioui.org/internal/glimpl"
"gioui.org/internal/srgb"
)
type Context struct {
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"errors"
"syscall/js"
"gioui.org/app/internal/srgb"
"gioui.org/internal/srgb"
"gioui.org/gpu"
"gioui.org/internal/glimpl"
)