vcpkg/ports/xlnt/vcpkg.json
Mengna Li bded84c6a1
[xlnt] Add missing include (#25925)
* fix missing include

* update
2022-07-22 10:53:47 -07:00

19 lines
419 B
JSON

{
"name": "xlnt",
"version": "1.5.0",
"port-version": 4,
"description": "Cross-platform user-friendly xlsx library for C++14",
"homepage": "https://github.com/tfussell/xlnt",
"license": "MIT OR BSD-3-Clause OR BSD-2-Clause OR LGPL-3.0-only OR BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}