mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:49:00 +08:00
31 lines
568 B
JSON
31 lines
568 B
JSON
{
|
|
"name": "ogre-next",
|
|
"version": "2.3.1",
|
|
"port-version": 1,
|
|
"description": "Ogre 2.1 & 2.2 - scene-oriented, flexible 3D engine written in C++",
|
|
"homepage": "https://github.com/OGRECave/ogre-next",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"boost-date-time",
|
|
"boost-thread",
|
|
"freeimage",
|
|
"freetype",
|
|
"openvr",
|
|
"poco",
|
|
"rapidjson",
|
|
"sdl2",
|
|
"tbb",
|
|
"tinyxml",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zziplib"
|
|
]
|
|
}
|