| 1234567891011121314 |
- {
- "name": "derelict-vulkan",
- "license": "BSL-1.0",
- "description": "A dynamic binding to the vulkan api.",
- "copyright": "Copyright © 2016, Felix Hufnagel",
- "authors": ["Felix Hufnagel"],
- "targetPath": "bin",
- "targetType": "library",
- "dependencies": {
- "derelict-util" : ">=1.0.0",
- "xlib-d": { "version": "~>0.1.1", "optional": true },
- "xcb-d" : { "version": "~>2.1.0+1.11.1", "optional": true }
- }
- }
|