learn-dlang/lesson#26 - Drawing a player/ourGame/dub.json

19 lines
436 B
JSON

{
"authors": [
"rillki"
],
"copyright": "Copyright © 2021, rillki",
"dependencies": {
"raylib-d": "~>5.0.1"
},
"libs": [ "raylib" ],
"lflags-posix" : ["-L."],
"lflags-osx" : ["-rpath", "@executable_path/"],
"lflags-linux" : ["-rpath=$$ORIGIN"],
"preBuildCommands": [
"dub run raylib-d:install"
],
"description": "D/Raylib minimal setup",
"license": "no license",
"name": "d-raylib-project-template"
}