Added package array2d (#2290)

This commit is contained in:
Avahe Kellenberger 2022-07-22 23:47:17 -04:00 committed by GitHub
parent 5f5e695812
commit 2306fdec4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26806,5 +26806,18 @@
"description": "Module that imports common nim standard library modules for your convenience",
"license": "MIT",
"web": "https://github.com/AngelEzquerra/nim-batteries"
},
{
"name": "array2d",
"url": "https://github.com/avahe-kellenberger/array2d",
"method": "git",
"tags": [
"nim",
"array2d",
"grid"
],
"description": "A 2D Array Implementation",
"license": "GPL-2.0-only",
"web": "https://github.com/avahe-kellenberger/array2d"
}
]