learn-dlang/lesson#25 - Wrapping up the.../ourGame/dub.json

59 lines
845 B
JSON

{
"authors": [
"rillki"
],
"configurations": [
{
"lflags": [
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"OpenGL"
],
"libs": [
"raylib"
],
"name": "osx-app",
"platforms": [
"osx"
],
"targetType": "executable"
},
{
"libs": [
"raylib",
"GL",
"m",
"pthread",
"dl",
"rt",
"X11"
],
"name": "linux-app",
"platforms": [
"linux"
],
"targetType": "executable"
},
{
"libs": [
"raylib"
],
"name": "windows-app",
"platforms": [
"windows"
],
"targetType": "executable"
}
],
"copyright": "Copyright © 2021, rillki",
"dependencies": {
"raylib-d": "~>4.5.0"
},
"description": "D/Raylib minimal setup",
"license": "no license",
"name": "d-raylib-project-template",
"targetPath": "bin"
}