Added package cglm (#3102)

This commit is contained in:
Leon Lysak 2025-08-11 08:15:25 -04:00 committed by GitHub
parent efbb851c66
commit 9feb012a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]