vcpkg/ports/foxi/vcpkg.json
Park DongHa 2647956afd
[foxi] create a new port (#21786)
* [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>
2021-12-02 19:49:25 -08:00

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
}
]
}