early-access version 2853
This commit is contained in:
18
externals/vcpkg/ports/json-dto/vcpkg.json
vendored
Executable file
18
externals/vcpkg/ports/json-dto/vcpkg.json
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "json-dto",
|
||||
"version": "0.3.1",
|
||||
"description": "A small header-only library for converting data between json representation and c++ structs.",
|
||||
"homepage": "https://github.com/Stiffstream/json_dto",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": [
|
||||
"rapidjson",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user