mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
[forge] fix wrong dep (#31008)
This commit is contained in:
parent
dec415551b
commit
5a090c1963
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "forge",
|
||||
"version-semver": "1.0.8",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "An OpenGL interop library that can be used with ArrayFire or any other application using CUDA or OpenCL compute backend.",
|
||||
"homepage": "https://github.com/arrayfire/forge",
|
||||
"license": "BSD-3-Clause",
|
||||
"supports": "!(windows & (arm | uwp))",
|
||||
"dependencies": [
|
||||
"boost-functional",
|
||||
"boost-container-hash",
|
||||
{
|
||||
"name": "fontconfig",
|
||||
"platform": "!windows"
|
||||
|
@ -2570,7 +2570,7 @@
|
||||
},
|
||||
"forge": {
|
||||
"baseline": "1.0.8",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"foxi": {
|
||||
"baseline": "2021-12-01",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "020557ffe8bd7c66464eb1a19eb1a67b3151aa25",
|
||||
"version-semver": "1.0.8",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "9d711924c7973e7f5fe16131a16b90b2317caf9e",
|
||||
"version-semver": "1.0.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user