diff options
Diffstat (limited to 'vcpkg/ports/vsgqt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vsgqt/vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/vsgqt/vcpkg.json b/vcpkg/ports/vsgqt/vcpkg.json new file mode 100644 index 0000000..009f08b --- /dev/null +++ b/vcpkg/ports/vsgqt/vcpkg.json @@ -0,0 +1,26 @@ +{ + "name": "vsgqt", + "version": "0.4.0", + "port-version": 1, + "description": "Qt integration with VulkanSceneGraph", + "homepage": "https://github.com/vsg-dev/vsgQt/", + "license": "MIT", + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "widgets" + ] + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "vsg" + ] +} |