diff options
Diffstat (limited to 'vcpkg/ports/xcb-keysyms/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xcb-keysyms/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/xcb-keysyms/vcpkg.json b/vcpkg/ports/xcb-keysyms/vcpkg.json new file mode 100644 index 0000000..a5eb8ac --- /dev/null +++ b/vcpkg/ports/xcb-keysyms/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "xcb-keysyms", + "version": "0.4.1", + "description": "Standard X key constants and conversion to/from keycodes", + "homepage": "https://xcb.freedesktop.org/", + "license": null, + "dependencies": [ + "bzip2", + "xcb", + "xorg-macros", + "xproto" + ] +} |