vcpkg/ports/libfido2/vcpkg.json
Lily Wang edc84ff66e
[libfido2] Update to 1.15.0 (#41471)
Co-authored-by: LilyWangLL <4945507022qq.com>
2024-10-22 14:26:45 -07:00

18 lines
454 B
JSON

{
"name": "libfido2",
"version": "1.15.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"
]
}