123456789101112131415161718 |
- {
- "name": "raylib-d",
- "description": "D binding for Raylib",
- "license": "Zlib",
- "authors": [
- "ONROUNDIT"
- ],
- "copyright": "Copyright (c) Ramon Santamaria (@raysan5), Petro Romanovych (@onroundit), Jan Hoenig (@m3m0ry)",
- "configurations": [
- {
- "name": "unittest",
- "dependencies": {
- "fluent-asserts": "~>0.13.0",
- }
- }
- ],
- "targetType": "sourceLibrary"
- }
|