From 1ea775da1440ffc6fe7adf477f8a1ac2349c760e Mon Sep 17 00:00:00 2001 From: 12private12 <120792mon@gmail.com> Date: Tue, 12 Aug 2025 23:21:56 +0800 Subject: [PATCH] Delete doc.go --- doc.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 doc.go diff --git a/doc.go b/doc.go deleted file mode 100644 index fe85605..0000000 --- a/doc.go +++ /dev/null @@ -1,7 +0,0 @@ -// Package pixel implements platform and backend agnostic core of the Pixel game development -// library. -// -// It specifies the core Target, Triangles, Picture pattern and implements standard elements, such -// as Sprite, Batch, Vec, Matrix and RGBA in addition to the basic Triangles and Picture -// implementations: TrianglesData and PictureData. -package pixel