mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
18 lines
411 B
JSON
18 lines
411 B
JSON
|
{
|
||
|
"name": "libsersi",
|
||
|
"version": "0.1.0",
|
||
|
"description": "C++ implementation of the IEEE 1278.1a-1998 Distributed Interactive Simulation (DIS) application protocol.",
|
||
|
"homepage": "https://github.com/crhowell3/libsersi",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|