mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:19:10 +08:00
05170a1f60
* [3fd] Update to 2.6.3, fix port * update baseline * JackBoosY CRs Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
23 lines
409 B
JSON
23 lines
409 B
JSON
{
|
|
"name": "3fd",
|
|
"version-string": "2.6.3",
|
|
"description": "C++ Framework For Fast Development",
|
|
"supports": "windows & !static & !arm64",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-lockfree",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "boost-regex",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "poco",
|
|
"platform": "windows"
|
|
},
|
|
"rapidxml",
|
|
"sqlite3"
|
|
]
|
|
}
|