mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 01:15:35 +00:00
internal/cocoainit: move app/internal/cocoainit
We're about to move app/headless to gpu/headless, and it imports cocoainit. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -4,7 +4,7 @@ package headless
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"gioui.org/gpu"
|
"gioui.org/gpu"
|
||||||
_ "gioui.org/app/internal/cocoainit"
|
_ "gioui.org/internal/cocoainit"
|
||||||
)
|
)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
|
||||||
_ "gioui.org/app/internal/cocoainit"
|
_ "gioui.org/internal/cocoainit"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ import (
|
|||||||
"gioui.org/io/system"
|
"gioui.org/io/system"
|
||||||
"gioui.org/unit"
|
"gioui.org/unit"
|
||||||
|
|
||||||
_ "gioui.org/app/internal/cocoainit"
|
_ "gioui.org/internal/cocoainit"
|
||||||
)
|
)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user