From 6b046d8d279818b386e7a8d0870dc2763aefccf9 Mon Sep 17 00:00:00 2001 From: lqdev Date: Fri, 26 Jun 2020 00:07:00 +0200 Subject: [PATCH] Added package aglet (#1536) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 756fc7f..2af5e7f 100644 --- a/packages.json +++ b/packages.json @@ -18478,5 +18478,19 @@ "description": "Serializer and tools for flat binary files.", "license": "MIT", "web": "https://github.com/treeform/flatty" + }, + { + "name": "aglet", + "url": "https://github.com/liquid600pgm/aglet", + "method": "git", + "tags": [ + "graphics", + "opengl", + "wrapper", + "safe" + ], + "description": "A safe, high-level, optimized OpenGL wrapper", + "license": "MIT", + "web": "https://github.com/liquid600pgm/aglet" } ]