parin/dub.json
2025-04-16 17:02:23 +03:00

20 lines
410 B
JSON

{
"authors": [
"Alexandros F. G. Kapretsos"
],
"copyright": "Copyright © 2024, Alexandros F. G. Kapretsos",
"description": "A delightfully simple and lightweight 2D game engine for the D programming language.",
"license": "MIT",
"name": "parin",
"dependencies": {
"joka": "*"
},
"stringImportPaths": [
"source"
],
"subPackages" : [
"packages/rin",
"packages/setup",
"packages/web"
]
}