add imdraw package doc comment
This commit is contained in:
parent
939a76923d
commit
f325092c02
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue