From 9feb012a2bc9563557bb1258f7002e671937ed61 Mon Sep 17 00:00:00 2001 From: Leon Lysak Date: Mon, 11 Aug 2025 08:15:25 -0400 Subject: [PATCH] Added package cglm (#3102) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 808ba97..c7923f5 100644 --- a/packages.json +++ b/packages.json @@ -36036,5 +36036,21 @@ "description": "A CLI library inspired by Ratatui", "license": "MIT", "web": "https://github.com/fox0430/celina" + }, + { + "name": "cglm", + "url": "https://github.com/Niminem/cglm", + "method": "git", + "tags": [ + "cglm", + "glm", + "math", + "3d", + "game", + "wrapper" + ], + "description": "Nim wrapper for cglm, an optimized 3D math library written in C99", + "license": "MIT", + "web": "https://github.com/Niminem/cglm" } ]