34 lines
498 B
JSON
34 lines
498 B
JSON
{
|
|
"authors": [
|
|
"rillki"
|
|
],
|
|
"copyright": "no copyright",
|
|
"dependencies": {
|
|
"raylib-d": "~>3.0.4"
|
|
},
|
|
"description": "2D game",
|
|
"configurations": [
|
|
{
|
|
"name": "ourgame",
|
|
"platforms": ["osx"],
|
|
"targetType": "executable",
|
|
"lflags": [
|
|
"-framework",
|
|
"CoreVideo",
|
|
"-framework",
|
|
"IOKit",
|
|
"-framework",
|
|
"Cocoa",
|
|
"-framework",
|
|
"GLUT",
|
|
"-framework",
|
|
"OpenGL"
|
|
],
|
|
},
|
|
],
|
|
"libs": [
|
|
"raylib"
|
|
],
|
|
"license": "no license",
|
|
"name": "ourgame"
|
|
} |