early-access version 2853
This commit is contained in:
18
externals/vcpkg/ports/libfido2/vcpkg.json
vendored
Executable file
18
externals/vcpkg/ports/libfido2/vcpkg.json
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "libfido2",
|
||||
"version": "1.10.0",
|
||||
"port-version": 1,
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user