mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 17:09:01 +08:00
ee17fb2af7
* Update duckx to 1.2.2 * Update CI baseline * Use ${PORT} Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> * Set BUILD_TESTING=OFF * Remove duckx from ci.baseline.txt * Update CI baseline * Switch to ONLY_STATIC_LIBRARY on Windows * version Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"name": "duckx",
|
|
"version": "1.2.2",
|
|
"description": "DuckX is a library for creation of Office docx files.",
|
|
"homepage": "https://github.com/amiremohamadi/DuckX",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|