dub.json 367 B

123456789101112131415
  1. {
  2. "authors": [
  3. "Steven Schveighoffer"
  4. ],
  5. "copyright": "Copyright © 2022-2023, Steven Schveighoffer",
  6. "dependencies": {
  7. "jsoniopipe": "~>0.2.5",
  8. "iopipe": "~>0.2.4",
  9. "io": "~>0.3.4",
  10. "getopt2": "0.0.1"
  11. },
  12. "description": "Install raylib binary files",
  13. "license": "boost-1.0",
  14. "name": "install"
  15. }