From 172ca634aaf4d3ca68e7d1feddf28a0d2453048d Mon Sep 17 00:00:00 2001 From: Amun Date: Tue, 30 Jan 2024 08:04:39 +0100 Subject: [PATCH] Added package nsdl3 (#2797) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 85d3340..2b398c2 100644 --- a/packages.json +++ b/packages.json @@ -32416,6 +32416,24 @@ "license": "MIT", "doc": "https://wraith29.github.io/templater/templater.html" }, + { + "name": "nsdl3", + "url": "https://github.com/amnr/nsdl3", + "method": "git", + "tags": [ + "sdl", + "sdl3", + "library", + "wrapper", + "gui", + "graphics", + "audio", + "video" + ], + "description": "High level SDL 3.0 shared library wrapper", + "license": "NCSA OR MIT OR Zlib", + "web": "https://github.com/amnr/nsdl3" + }, { "name": "nsdl2", "url": "https://github.com/amnr/nsdl2",