mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 20:24:53 +08:00
19 lines
397 B
JSON
19 lines
397 B
JSON
{
|
|
"name": "scenepic",
|
|
"version": "1.1.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|