From 874f336829f10592ad2d73f325ebece6f6025abd Mon Sep 17 00:00:00 2001 From: Pixeller Date: Mon, 17 Jul 2023 09:26:14 +0800 Subject: [PATCH] add sokol-nim (#2641) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 6947935..5efa8bf 100644 --- a/packages.json +++ b/packages.json @@ -19230,6 +19230,22 @@ "license": "MIT", "web": "https://github.com/angluca/tigr-nim" }, + { + "name": "sokol", + "url": "https://github.com/floooh/sokol-nim", + "method": "git", + "tags": [ + "opengl", + "3d", + "game", + "imgui", + "graphics", + "cross-platform" + ], + "description": "sokol is a minimal cross-platform standalone graphics library", + "license": "MIT", + "web": "https://github.com/floooh/sokol-nim" + }, { "name": "nimatic", "url": "https://github.com/DangerOnTheRanger/nimatic",