dub.json 348 B

123456789101112131415
  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. "xcb-d": "~>2.1.0+1.11.1",
  12. "xlib-d": "~>0.1.1"
  13. }
  14. }