add pixelgl package doc

This commit is contained in:
faiface 2017-04-21 17:00:18 +02:00
parent 86ecc75efb
commit 00bd0fe945
1 changed files with 5 additions and 0 deletions

5
pixelgl/doc.go Normal file
View File

@ -0,0 +1,5 @@
// Package pixelgl implements efficient OpenGL targets and utilities for the Pixel game development
// library, specifically Window and Canvas.
//
// It also contains a few additional utilities to help extend Pixel with OpenGL graphical effects.
package pixelgl