dub.json 452 B

1234567891011
  1. {
  2. "name": "raylib-d",
  3. "description": "D binding for Raylib",
  4. "license": "Zlib",
  5. "authors": [
  6. "ONROUNDIT"
  7. ],
  8. "copyright": "Copyright (c) Ramon Santamaria (@raysan5), Petro Romanovych (@onroundit), Jan Hoenig (@m3m0ry), Steven Schveighoffer (@schveiguy)",
  9. "excludedSourceFiles": ["source/rlgl.d", "source/raymath.d", "source/easings.d", "source/raygui.d", "source/raymathext.d", "source/raylib_types.d"],
  10. "targetType": "sourceLibrary"
  11. }