From 8c0a8328e60b77fbc8bf1f0f7f41b8b9a9dc2277 Mon Sep 17 00:00:00 2001 From: Amun Date: Tue, 30 Jan 2024 07:57:29 +0100 Subject: [PATCH] Added package nsdl1 (#2795) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 3ea44f6..85d3340 100644 --- a/packages.json +++ b/packages.json @@ -32316,6 +32316,23 @@ "web": "https://github.com/auxym/bight", "doc": "https://auxym.github.io/bight/bight.html" }, + { + "name": "nsdl1", + "url": "https://github.com/amnr/nsdl1", + "method": "git", + "tags": [ + "sdl", + "library", + "wrapper", + "gui", + "graphics", + "audio", + "video" + ], + "description": "High level SDL 1.2 shared library wrapper", + "license": "NCSA", + "web": "https://github.com/amnr/nsdl1" + }, { "name": "highlightjs", "url": "https://github.com/Ethosa/highlightjs",