mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:59:08 +08:00
2647956afd
* [foxi] create a new port * [foxi] update git-tree, version * [foxi] fix windows build * [foxi] disable UWP because of build failure * LOAD_LIBRARY_SEARCH_DEFAULT_DIRS undefined * Rename patch to better indicate the patch's purpose and to clarify that it need not be replicated upstream. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"name": "foxi",
|
|
"version-date": "2021-12-01",
|
|
"description": "ONNXIFI with Facebook Extension",
|
|
"homepage": "https://github.com/houseroad/foxi",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|