add imdraw package doc comment
This commit is contained in:
parent
8030595373
commit
7939b1fdb7
|
@ -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
|
package imdraw
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue