Skip to content

quill v0.1.2

Latest

Choose a tag to compare

@martian56 martian56 released this 09 Jul 18:36
· 2 commits to main since this release

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 example WindowConfig.new().size(960, 600).icon("assets/icon.png").

Install

[dependencies]
"github.com/martian56/quill" = "v0.1.2"