Fixed import formatting on area_unix.go. I'm rereading the GLFW source; it makes some interesting assumptions that might allow me to get a better solution to this whole keystroke ordeal after all... if I'm provided with irrefutable evidence.
This commit is contained in:
parent
9533b3d7d4
commit
f5084c07d4
|
@ -5,9 +5,9 @@
|
|||
package ui
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"unsafe"
|
||||
"image"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// #cgo pkg-config: gtk+-3.0
|
||||
|
|
Loading…
Reference in New Issue