Skip to content

Commit

Permalink
[ogre-next] vulkan no osx (#35968)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 4, 2024
1 parent 0403626 commit 45c8b19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/ogre-next/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -61,6 +61,7 @@
},
"vulkan": {
"description": "Vulkan render system",
"supports": "!osx",
"dependencies": [
"glslang",
"vulkan"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6166,7 +6166,7 @@
},
"ogre-next": {
"baseline": "2.3.3",
"port-version": 1
"port-version": 2
},
"ois": {
"baseline": "1.5.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/ogre-next.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1563ee76136a49e438bd5229b68635ce8fdc347a",
"version": "2.3.3",
"port-version": 2
},
{
"git-tree": "92372bf7078f6e5f955072f35696788f09849b71",
"version": "2.3.3",
Expand Down

0 comments on commit 45c8b19

Please sign in to comment.