From 1629d7a572d3af3f2c89fdc2ef01b0a1b1acf43b Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 6 May 2020 23:28:42 -0600 Subject: [PATCH] Added package glew (#1458) --- 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" } ]