mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"name": "eraser",
|
|
"version": "2.3.0",
|
|
"description": "A C++20 type-erasure library that supports user defined interfaces",
|
|
"homepage": "https://github.com/Curve/eraser",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|