golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.
https://github.com/vurtun/nuklear
MIT License
1.57k stars 98 forks source link

Update sdl2 #38

Closed olevegard closed 6 years ago

olevegard commented 6 years ago

There have been some changes to veandco/go-sdl2 that results in builds failing. I'm not entirely sure what to test since I'm very new to nuklear and go, but these fixes will make the examples build again at least.

olevegard commented 6 years ago

Fixes #33