mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:48:59 +08:00
16 lines
318 B
JSON
16 lines
318 B
JSON
|
{
|
||
|
"name": "simonbrunel-qtpromise",
|
||
|
"version": "0.7.0",
|
||
|
"maintainers": "Simon Brunel",
|
||
|
"description": "Promises/A+ implementation for Qt/C++",
|
||
|
"homepage": "https://qtpromise.netlify.app/",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
"qtbase",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|