vcpkg/ports/libxlsxwriter/vcpkg.json
chausner 87cb1e2a41
[libxlsxwriter] Update to 1.1.4 (#21387)
* Update libxlsxwriter to 1.1.4

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:54:04 -08:00

14 lines
382 B
JSON

{
"name": "libxlsxwriter",
"version-semver": "1.1.4",
"description": "Libxlsxwriter is a C library that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.",
"homepage": "https://github.com/jmcnamara/libxlsxwriter",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}