mirror of
https://github.com/orange-cpp/omath.git
synced 2026-08-07 21:42:05 +00:00
updated vcpkg base line
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"default-registry": {
|
"default-registry": {
|
||||||
"kind": "git",
|
"kind": "git",
|
||||||
"baseline": "b1b19307e2d2ec1eefbdb7ea069de7d4bcd31f01",
|
"baseline": "0878b5224d4a4968940ee296a2e7fae2d3b62983",
|
||||||
"repository": "https://github.com/microsoft/vcpkg"
|
"repository": "https://github.com/microsoft/vcpkg"
|
||||||
},
|
},
|
||||||
"registries": [
|
"registries": [
|
||||||
|
|||||||
+18
-4
@@ -21,7 +21,11 @@
|
|||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "omath",
|
"name": "omath",
|
||||||
"features": ["imgui", "lua", "hooking"]
|
"features": [
|
||||||
|
"imgui",
|
||||||
|
"lua",
|
||||||
|
"hooking"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -50,16 +54,26 @@
|
|||||||
"opengl",
|
"opengl",
|
||||||
{
|
{
|
||||||
"name": "omath",
|
"name": "omath",
|
||||||
"features": ["hooking"],
|
"features": [
|
||||||
|
"hooking"
|
||||||
|
],
|
||||||
"platform": "windows & !arm & !uwp"
|
"platform": "windows & !arm & !uwp"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "imgui",
|
"name": "imgui",
|
||||||
"features": ["glfw-binding", "opengl3-binding"]
|
"features": [
|
||||||
|
"glfw-binding",
|
||||||
|
"opengl3-binding"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "imgui",
|
"name": "imgui",
|
||||||
"features": ["dx9-binding", "dx11-binding", "dx12-binding", "win32-binding"],
|
"features": [
|
||||||
|
"dx9-binding",
|
||||||
|
"dx11-binding",
|
||||||
|
"dx12-binding",
|
||||||
|
"win32-binding"
|
||||||
|
],
|
||||||
"platform": "windows & !arm & !uwp"
|
"platform": "windows & !arm & !uwp"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user