From 33ac48f772a78d4793c8a180547102c498bec3f1 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Wed, 6 May 2020 20:09:42 -0600 Subject: [PATCH] Added package glew --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0f2b600..72c028e 100644 --- a/packages.json +++ b/packages.json @@ -17713,5 +17713,19 @@ "description": "A poker hand evaluator", "license": "MIT", "web": "https://github.com/jasonlu7/pokereval" + }, + { + "name": "glew", + "url": "https://github.com/jyapayne/nim-glew", + "method": "git", + "tags": [ + "gl", + "glew", + "opengl", + "wrapper" + ], + "description": "Autogenerated glew bindings for Nim", + "license": "MIT", + "web": "https://github.com/jyapayne/nim-glew" } ]