mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[ogre-next] vulkan no osx (#35968)
This commit is contained in:
parent
0403626792
commit
45c8b198b7
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ogre-next",
|
||||
"version": "2.3.3",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Ogre Next - scene-oriented, flexible 3D engine written in C++",
|
||||
"homepage": "https://github.com/OGRECave/ogre-next",
|
||||
"license": "MIT",
|
||||
@ -61,6 +61,7 @@
|
||||
},
|
||||
"vulkan": {
|
||||
"description": "Vulkan render system",
|
||||
"supports": "!osx",
|
||||
"dependencies": [
|
||||
"glslang",
|
||||
"vulkan"
|
||||
|
@ -6166,7 +6166,7 @@
|
||||
},
|
||||
"ogre-next": {
|
||||
"baseline": "2.3.3",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"ois": {
|
||||
"baseline": "1.5.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1563ee76136a49e438bd5229b68635ce8fdc347a",
|
||||
"version": "2.3.3",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "92372bf7078f6e5f955072f35696788f09849b71",
|
||||
"version": "2.3.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user