diff options
Diffstat (limited to 'vcpkg/ports/xcb-image/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xcb-image/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/xcb-image/vcpkg.json b/vcpkg/ports/xcb-image/vcpkg.json new file mode 100644 index 0000000..299921b --- /dev/null +++ b/vcpkg/ports/xcb-image/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "xcb-image", + "version": "0.4.1", + "description": "XCB port of Xlib's XImage and XShmImage functions.", + "homepage": "https://xcb.freedesktop.org/", + "license": null, + "dependencies": [ + "xcb", + "xcb-util" + ] +} |