mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-02 16:06:19 +00:00
2df50dda8e
Signed-off-by: Elias Naur <mail@eliasnaur.com>
8 lines
126 B
Go
8 lines
126 B
Go
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
package headless
|
|
|
|
func newContext() (backend, error) {
|
|
return newGLContext()
|
|
}
|