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 to 2.0.0 #26

Closed kernle32dll closed 6 years ago

kernle32dll commented 6 years ago

Hi,

Seems like I'm responsible for the recent 2.0.0 version bump in Nuklear (https://github.com/vurtun/nuklear/issues/517) :|

So, when would an update of the bindings to 2.0.0 feasible? The problem is that 2.0.0 introduces breaking API changes.

I could cook up a PR for the required changes if wanted. But I don't see any way to gracefully handle the breaking API change.

xlab commented 6 years ago

Thanks! This project isn't managing versions, so let's stick to the latest bug-free.

kernle32dll commented 6 years ago

Nice, thanks for the quick merge!