Update packages.json (#3002)

adds new package and fixes desc. for old package of mine
This commit is contained in:
Morgan 2025-03-17 07:07:15 -04:00 committed by GitHub
parent c222c88d4d
commit af9fba86c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33540,10 +33540,26 @@
"windowing", "windowing",
"window" "window"
], ],
"description": "Clap audio plugin bindings", "description": "PUGL plugin graphics bindings",
"license": "MIT", "license": "MIT",
"web": "https://github.com/NimAudio/nim-pugl" "web": "https://github.com/NimAudio/nim-pugl"
}, },
{
"name": "vecray",
"url": "https://github.com/morganholly/vecray",
"method": "git",
"tags": [
"vector",
"matrix",
"array",
"array2d",
"array3d",
"multidimensional-array"
],
"description": "2d/3d array and vector types with basic math for them",
"license": "MIT",
"web": "https://github.com/morganholly/vecray"
},
{ {
"name": "negl", "name": "negl",
"url": "https://github.com/lualvsil/negl", "url": "https://github.com/lualvsil/negl",