From 681854f4e36b899c43e0bbd5ec9117a7f272eb99 Mon Sep 17 00:00:00 2001 From: Pixeller Date: Tue, 11 Jul 2023 22:35:24 +0800 Subject: [PATCH] add sokol-nim --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 8774054a0..6b6984cc8 100644 --- a/packages.json +++ b/packages.json @@ -19219,6 +19219,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",