dub.json 268 B

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