1234567891011121314151617181920212223 |
- {
- "name": "raylib-d",
- "description": "D binding for Raylib",
- "license": "Zlib",
- "authors": [
- "ONROUNDIT"
- ],
- "configurations" : [
- {
- "name": "library"
- },
- {
- "name": "unittest",
- "versions" : ["raylib_test"]
- }
- ],
- "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/raygui.d", "source/raymathext.d", "source/raylib_types.d"],
- "targetType": "sourceLibrary",
- "subPackages" : [
- "install"
- ]
- }
|