forked from joejulian/gio
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()
|
|
}
|