From 1acc8ca216999607c076e7595ca4f8ea2963f545 Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Mon, 14 Mar 2022 04:40:24 +0200 Subject: [PATCH] Add naylib (#2172) * add naylib * Update packages.json --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 0cc3281..a08d7bc 100644 --- a/packages.json +++ b/packages.json @@ -15995,6 +15995,20 @@ "license": "MIT", "web": "https://github.com/planetis-m/sparseset" }, + { + "name": "naylib", + "url": "https://github.com/planetis-m/naylib", + "method": "git", + "tags": [ + "library", + "wrapper", + "raylib", + "gamedev" + ], + "description": "Yet another raylib Nim wrapper", + "license": "MIT", + "web": "https://github.com/planetis-m/naylib" + }, { "name": "golden", "url": "https://github.com/disruptek/golden",