mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 18:59:06 +08:00
18 lines
468 B
JSON
18 lines
468 B
JSON
|
{
|
||
|
"name": "urho3d",
|
||
|
"version-date": "2021-03-01",
|
||
|
"description": "Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented in C++ and released under the MIT license. Greatly inspired by OGRE and Horde3D.",
|
||
|
"homepage": "https://github.com/urho3d/Urho3D",
|
||
|
"supports": "!(arm | uwp)",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|