dub.json 298 B

1234567891011121314
  1. {
  2. "name": "derelict-vulkan",
  3. "license": "BSL-1.0",
  4. "description": "A dynamic binding to the vulkan api.",
  5. "copyright": "Copyright © 2016, Felix Hufnagel",
  6. "authors": ["Felix Hufnagel"],
  7. "targetPath": "bin",
  8. "targetType": "library",
  9. "dependencies": {
  10. "derelict-util" : ">=1.0.0"
  11. }
  12. }