On 4/1/12, Artur Skawina <[email protected]> wrote: > PS. Are there any sane Cairo D binding out there? (What's "sane"? Well, if > there's a "class" in there somewhere then it's not sane)
$ htod cairo.h And the same goes for cairo_features.h, cairo_version.h, etc. I've used it on win32 samples with no issues. Are you allergic to classes for some reason? CairoD has dispose() methods if you really want to manually deallocate Cairo handles.
