dub.json 244 B

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