mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
326968a70b
* [minizip] Misc fixes * [minizip] CMake config is unofficial * [xlsxio] Update, fixes * [collada-dom] Fix minizip * [fmilib] Fix minizip * [xlsxio] Fix vcpkg quirk
25 lines
474 B
JSON
25 lines
474 B
JSON
{
|
|
"name": "xlsxio",
|
|
"version": "0.2.34",
|
|
"description": "Cross-platform C library for reading values from and writing values to .xlsx files",
|
|
"homepage": "https://github.com/brechtsanders/xlsxio",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"expat",
|
|
{
|
|
"name": "minizip",
|
|
"features": [
|
|
"bzip2"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|