From fea7dda89524c67e03afa809a6ed3933bcabce2c Mon Sep 17 00:00:00 2001 From: dinau Date: Wed, 25 Jun 2025 21:07:57 +0900 Subject: [PATCH] added sdl3_nim (#3061) * added imguin * added sdl3_nim * added sdl3_nim (fixed) --- packages.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index e812cf7..199fa00 100644 --- a/packages.json +++ b/packages.json @@ -35533,7 +35533,8 @@ "description": "Nim binding for Dear ImGui / CImGui", "license": "MIT License", "web": "https://github.com/dinau/imguin" - },{ + }, + { "name": "pffft", "url": "https://github.com/capocasa/pffft", "method": "git", @@ -35583,5 +35584,23 @@ "description": "Fetch and optionally save AI-generated faces from thispersondoesnotexist.com", "license": "MIT", "web": "https://github.com/nemuelw/tpdne" + }, + { + "name": "sdl3_nim", + "url": "https://github.com/dinau/sdl3_nim", + "method": "git", + "tags": [ + "sdl3", + "nimgl", + "stb", + "stb_image", + "opengl", + "futhark", + "imguin", + "imgui" + ], + "description": "SDL3 warpper for Nim language", + "license": "MIT License", + "web": "https://github.com/dinau/sdl3_nim" } ]