Skip to content

Commit 3ceaa6a

Browse files
committed
vcpkg: fix deps
1 parent c5fb5b7 commit 3ceaa6a

1 file changed

Lines changed: 31 additions & 28 deletions

File tree

build/vcpkg/vcpkg.json.in

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
{
2-
"name": "ruisapp",
3-
"version": "$(version)",
4-
"homepage": "https://github.com/cppfw/ruisapp",
5-
"description": "ruis platform abstraction layer",
6-
"license": "MIT",
7-
"dependencies": [
8-
{
9-
"name" : "vcpkg-cmake",
10-
"host" : true
11-
},
12-
{
13-
"name" : "vcpkg-cmake-config",
14-
"host" : true
15-
},
16-
{
17-
"name" : "myci",
18-
"host" : false
19-
},
20-
"utki",
21-
"nitki",
22-
"ruis",
23-
{
24-
"name": "ruis-render-opengl",
25-
"platform" : "!ios"
26-
},
27-
"ruis-render-opengles"
28-
]
29-
}
2+
"name": "ruisapp",
3+
"version": "$(version)",
4+
"homepage": "https://github.com/cppfw/ruisapp",
5+
"description": "ruis platform abstraction layer",
6+
"license": "MIT",
7+
"dependencies": [
8+
{
9+
"name" : "vcpkg-cmake",
10+
"host" : true
11+
},
12+
{
13+
"name" : "vcpkg-cmake-config",
14+
"host" : true
15+
},
16+
{
17+
"name" : "myci",
18+
"host" : false
19+
},
20+
"utki",
21+
"nitki",
22+
"ruis",
23+
{
24+
"name": "ruis-render-opengl",
25+
"platform": "!ios"
26+
},
27+
{
28+
"name": "ruis-render-opengles",
29+
"platform": "!osx"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)