quill v0.1.1
A small patch release.
Fixed
- The checkbox tick now draws as a shape instead of the
✓glyph. That glyph (U+2713) is absent from most text fonts, including the bundled Go font, and quill rasterizes a single face with no OS font fallback, so a checked box previously drew nothing. It now renders with any font.
Install
[dependencies]
"github.com/martian56/quill" = "v0.1.1"