2021-04-29 08:32:42 +08:00
{
2021-07-23 05:52:17 +08:00
"$note" : "Due to the upstream modification of the dependent source code, the internal port of vcpkg cannot be used." ,
2021-04-29 08:32:42 +08:00
"name" : "urho3d" ,
"version-date" : "2021-03-01" ,
2023-02-03 11:36:12 +08:00
"port-version" : 3 ,
2021-04-29 08:32:42 +08:00
"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
}
2021-07-23 05:52:17 +08:00
] ,
"features" : {
"examples" : {
"description" : "Build examples."
} ,
2022-01-05 11:57:18 +08:00
"readline" : {
"description" : "Enable readline." ,
"dependencies" : [
"readline"
]
} ,
2021-07-23 05:52:17 +08:00
"tools" : {
"description" : "Build tools."
}
}
2021-04-29 08:32:42 +08:00
}