mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
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:
@@ -10,9 +10,9 @@ import (
|
|||||||
"runtime"
|
"runtime"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"gioui.org/app/internal/srgb"
|
|
||||||
"gioui.org/gpu"
|
"gioui.org/gpu"
|
||||||
"gioui.org/internal/glimpl"
|
"gioui.org/internal/glimpl"
|
||||||
|
"gioui.org/internal/srgb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Context struct {
|
type Context struct {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"syscall/js"
|
"syscall/js"
|
||||||
|
|
||||||
"gioui.org/app/internal/srgb"
|
"gioui.org/internal/srgb"
|
||||||
"gioui.org/gpu"
|
"gioui.org/gpu"
|
||||||
"gioui.org/internal/glimpl"
|
"gioui.org/internal/glimpl"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user