From 3c45f15c29440db7170209477f3366dcfcf621e7 Mon Sep 17 00:00:00 2001 From: lqdev Date: Sun, 2 Feb 2020 16:32:17 +0100 Subject: [PATCH] Added package delight (#1349) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 378002c..6306b1e 100644 --- a/packages.json +++ b/packages.json @@ -16409,5 +16409,19 @@ "description": "A DFA based regex engine", "license": "MIT", "web": "https://github.com/nitely/nregex" + }, + { + "name": "delight", + "url": "https://github.com/liquid600pgm/delight", + "method": "git", + "tags": [ + "raycasting", + "math", + "light", + "library" + ], + "description": "Engine-agnostic library for computing 2D raycasted lights", + "license": "MIT", + "web": "https://github.com/liquid600pgm/delight" } ]