From f155bb3f503d14b2d5fd69ce33055d34ebf3917d Mon Sep 17 00:00:00 2001 From: transmutrix <31698679+transmutrix@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:44:06 -0500 Subject: [PATCH] add nim-sdl3 (#2972) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 97c88d7..f539ced 100644 --- a/packages.json +++ b/packages.json @@ -34466,5 +34466,23 @@ "description": "Library to monitor file changes in a folder. A port of Dmon.", "license": "BSD-2-Clause", "web": "https://github.com/elcritch/dmon-nim" + }, + { + "name": "sdl3", + "url": "https://github.com/transmutrix/nim-sdl3", + "method": "git", + "tags": [ + "sdl", + "game-dev", + "game-development", + "multimedia", + "wrapper", + "bindings", + "audio", + "video" + ], + "description": "SDl3 bindings for Nim", + "license": "MIT", + "web": "https://github.com/transmutrix/nim-sdl3" } ]