File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments