early-access version 2853
This commit is contained in:
25
externals/vcpkg/ports/date/vcpkg.json
vendored
Executable file
25
externals/vcpkg/ports/date/vcpkg.json
vendored
Executable file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "date",
|
||||
"version": "3.0.1",
|
||||
"port-version": 2,
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user