libui-ffi 0.4.0

Easy to build low-level bindings to 'libui-ng'
Documentation
1
2
3
4
5
6
7
8
// 6 january 2017

// TODO why do we still have this file; should we just split draw.m or not

struct uiDrawContext {
	CGContextRef c;
	CGFloat height;				// needed for text; see below
};