mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 05:21:39 +08:00
d91e4ed055
* Update date to 3.0.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
25 lines
486 B
JSON
25 lines
486 B
JSON
{
|
|
"name": "date",
|
|
"version": "3.0.1",
|
|
"description": "A date and time library based on the C++17 <chrono> header",
|
|
"homepage": "https://github.com/HowardHinnant/date",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"remote-api": {
|
|
"description": "support automatic download of tz data",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
}
|
|
}
|
|
}
|