dub.json 393 B

12345678910111213141516
  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. "libs-posix" : ["z"],
  13. "description": "Install raylib binary files",
  14. "license": "boost-1.0",
  15. "name": "install"
  16. }