dub.json 314 B

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