gioui-gomobile-example/gio/cpu/embed.go
2022-04-15 18:15:31 +02:00

11 lines
152 B
Go

// SPDX-License-Identifier: Unlicense OR MIT
package cpu
import _ "embed"
//go:embed abi.h
var ABIH []byte
//go:embed runtime.h
var RuntimeH []byte