Added package bezier (#2499)

This commit is contained in:
James 2023-02-21 13:54:48 -08:00 committed by GitHub
parent 025039b848
commit 09d454f6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28967,5 +28967,17 @@
"description": "Nemini is a very basic Gemini server able to host static files and with virtual host support", "description": "Nemini is a very basic Gemini server able to host static files and with virtual host support",
"license": "AGPLv3", "license": "AGPLv3",
"web": "https://codeberg.org/pswilde/Nemini" "web": "https://codeberg.org/pswilde/Nemini"
},
{
"name": "bezier",
"url": "https://github.com/Nycto/bezier-nim",
"method": "git",
"tags": [
"bezier",
"curve"
],
"description": "Bezier curve tools",
"license": "Apache-2.0",
"web": "https://github.com/Nycto/bezier-nim"
} }
] ]