add imdraw package doc comment

This commit is contained in:
faiface 2017-04-13 17:41:38 +02:00
parent 939a76923d
commit f325092c02
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Package imdraw implements a basic primitive geometry shape and pictured polygon drawing for Pixel
// with a nice immediate-like-mode API.
package imdraw
import (