{ "name": "raylib-d", "description": "D binding for Raylib", "license": "Zlib", "authors": [ "ONROUNDIT" ], "configurations" : [ { "name": "library" }, { "name": "unittest", "versions" : ["raylib_test"], "libs" : ["raylib"], "lflags-posix": ["-L."], "lflags-osx": ["-rpath", "@executable_path/"], "lflags-linux" : ["-rpath=$$ORIGIN"] } ], "copyright": "Copyright (c) Ramon Santamaria (@raysan5), Petro Romanovych (@onroundit), Jan Hoenig (@m3m0ry), Steven Schveighoffer (@schveiguy), Liam McGillivray (@LiamM32)", "excludedSourceFiles": ["source/rlgl.d", "source/raymath.d", "source/easings.d", "source/raymathext.d", "source/raylib_types.d"], "targetType": "library", "subPackages" : [ "install" ] }