Added package playdate (#2485)

This commit is contained in:
Samuele Zolfanelli 2023-02-04 16:10:30 +01:00 committed by GitHub
parent aeef8756e9
commit 9be8efa602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28786,5 +28786,21 @@
"description": "A library that makes macros much easier, one might even say makes them micros.", "description": "A library that makes macros much easier, one might even say makes them micros.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/beef331/micros" "web": "https://github.com/beef331/micros"
},
{
"name": "playdate",
"url": "https://github.com/samdze/playdate-nim",
"method": "git",
"tags": [
"playdate",
"bindings",
"wrapper",
"game",
"sdk",
"gamedev"
],
"description": "Playdate Nim bindings with extra features.",
"license": "MIT",
"web": "https://github.com/samdze/playdate-nim"
} }
] ]