1
1

dub.json 413 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" : ">=3.0.0",
  11. "xlib-d": { "version": "~>0.1.1", "optional": true },
  12. "xcb-d" : { "version": "~>2.1.0+1.11.1", "optional": true }
  13. }
  14. }