123456789101112131415161718192021222324252627 |
- {
- "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)",
- "excludedSourceFiles": ["source/rlgl.d", "source/raymath.d", "source/easings.d", "source/raymathext.d", "source/raylib_types.d"],
- "targetType": "sourceLibrary",
- "subPackages" : [
- "install"
- ]
- }
|