add objaccess (#2754)

This commit is contained in:
Joel Lienhard
2023-11-21 20:42:43 +08:00
committed by GitHub
parent edcdeb73f6
commit 21f673a23a
+12
View File
@@ -321,6 +321,18 @@
"description": "map/mapIt for arrays",
"license": "MIT"
},
{
"name": "objaccess",
"url": "https://github.com/choltreppe/objaccess",
"method": "git",
"tags": [
"getter", "setter",
"setable", "getable",
"object"
],
"description": "generate setters and getters for object types",
"license": "MIT"
},
{
"name": "geolocation",
"url": "https://github.com/HazeCS/geolocation",