learn-dlang/lesson#22 - Singleton desig.../ourGame/dub.json

27 lines
362 B
JSON

{
"authors": [
"rillki"
],
"copyright": "no copyright",
"dependencies": {
"raylib-d": "~>3.0.4"
},
"description": "2D game",
"lflags": [
"-framework",
"CoreVideo",
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"GLUT",
"-framework",
"OpenGL"
],
"libs": [
"raylib"
],
"license": "no license",
"name": "ourgame"
}