ui-sys 0.1.3

Native bindings to the minimalist, cross-platform, widget set `libui`
1
2
3
// 22 october 2017
extern int realMain(void);
int main(void) { return realMain(); }