vcpkg/ports/libfido2/vcpkg.json
Thomas1664 56c47a23e6
[libfido2] Update to 1.10.0 (#23241)
* Update to 1.10.0

* version
2022-02-24 10:33:40 -08:00

18 lines
454 B
JSON

{
"name": "libfido2",
"version": "1.10.0",
"description": "Provides library functionality to communicate with a FIDO device over USB, and to verify attestation and assertion signatures.",
"homepage": "https://developers.yubico.com/libfido2/",
"license": "BSD-2-Clause",
"supports": "!uwp & (x86 | x64) & windows",
"dependencies": [
"libcbor",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}