8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00
firebird-mirror/vcpkg.json

19 lines
245 B
JSON
Raw Normal View History

{
"name": "firebird",
"version-string": "5.0.0",
"dependencies": [
"icu",
"libcxx"
],
"overrides": [
{
"name": "icu",
"version": "71.1"
},
{
"name": "libcxx",
"version": "13.0.1"
}
]
}