A small feature release.
Added
- Default window icon. Every quill window now shows the quill mark in its title bar and taskbar. It is a 64x64 PNG embedded in the shim and decoded at open with the stb_image quill already vendors, so nothing extra ships.
WindowConfig.icon(path)overrides the default with your own PNG, for exampleWindowConfig.new().size(960, 600).icon("assets/icon.png").
Install
[dependencies]
"github.com/martian56/quill" = "v0.1.2"