mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:29:00 +08:00
22d7c8b375
* Remove/fix unused patch files * Bump port versions * Update git-tree hash * Fix corrupt patch * Update git-tree hash * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
24 lines
423 B
JSON
24 lines
423 B
JSON
{
|
|
"name": "3fd",
|
|
"version": "2.6.3",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|