mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 22:41:26 +08:00
19 lines
398 B
JSON
19 lines
398 B
JSON
|
{
|
||
|
"name": "scenepic",
|
||
|
"version": "1.0.16",
|
||
|
"description": "A Powerful, easy to use, and portable visualization toolkit for mixed 3D and 2D content",
|
||
|
"homepage": "https://microsoft.github.io/scenepic/",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
"eigen3",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|