Added package seq2d (#2264)

Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com>
This commit is contained in:
Avahe Kellenberger 2022-06-29 00:28:43 -04:00 committed by GitHub
parent 1e73507fc9
commit 9f15d12875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26574,7 +26574,7 @@
"web": "https://github.com/ire4ever1190/anano",
"doc": "https://tempdocs.netlify.app/anano/stable"
},
{
{
"name": "pwnedpass",
"url": "https://github.com/foxoman/pwnedpass",
"method": "git",
@ -26585,5 +26585,19 @@
"description": "Check if a passphrase has been pwned using the Pwned Passwords v3 API",
"license": "MIT",
"web": "https://github.com/foxoman/pwnedpass"
}
},
{
"name": "seq2d",
"url": "https://github.com/avahe-kellenberger/seq2d",
"method": "git",
"tags": [
"seq2d",
"grid",
"array2d",
"collection"
],
"description": "A 2D Sequence Implementation",
"license": "GPL-2.0-only",
"web": "https://github.com/avahe-kellenberger/seq2d"
}
]