PrimeWorldEditor/dewfile.json

62 lines
1.8 KiB
JSON
Raw Normal View History

2019-05-23 23:04:29 +00:00
{
"dependencies": [
{
"name": "zlib",
"url": "https://github.com/madler/zlib",
"type": "git",
"head": "master",
"ref": "cacf7f1d4e3d44d871b605da3b647f07d718623f"
},
{
"name": "assimp",
"url": "https://github.com/jackoalan/assimp",
"type": "git",
"head": "static-lib-export",
2019-05-26 06:24:13 +00:00
"ref": "d048bccad1ea3f72906da2d970b30f187db91f33",
2019-05-23 23:04:29 +00:00
"dependson": [
"zlib"
],
"cmake_defines": {
"ASSIMP_BUILD_ZLIB": "OFF",
2019-05-26 06:24:13 +00:00
"ASSIMP_BUILD_MINIZIP": "ON",
2019-05-23 23:04:29 +00:00
"ASSIMP_BUILD_ASSIMP_TOOLS": "OFF"
}
},
{
"name": "nod",
"url": "https://github.com/AxioDL/nod",
"type": "git",
"head": "master",
2019-05-26 06:24:13 +00:00
"ref": "a1284ae06586b958f36b8ecaba29390835ed2820"
2019-05-23 23:04:29 +00:00
},
{
"name": "CodeGen",
"url": "https://github.com/jackoalan/CodeGen",
"type": "git",
"head": "cmake",
2019-06-03 20:53:09 +00:00
"ref": "7b4ac845a80181fd9592897c01fc76d03eb29691"
2019-05-23 23:04:29 +00:00
},
{
"name": "LibCommon",
"url": "https://github.com/jackoalan/LibCommon",
"type": "git",
"head": "dew",
2019-06-03 20:53:09 +00:00
"ref": "1b3b81b4e2d2536c55e70b4f62b42e01da6ec082"
2019-05-23 23:04:29 +00:00
},
{
"name": "lzokay",
"url": "https://github.com/sfuller/lzokay",
"type": "git",
"head": "cmake",
"ref": "87467048df10e72540a5abcac9dd5c0c4df3a712"
},
{
"name": "tinyxml2",
"url": "https://github.com/leethomason/tinyxml2",
"type": "git",
"head": "master",
"ref": "c483646db00a6a9ac3a8e93f7c490aecb589979d"
}
]
2019-05-26 06:24:13 +00:00
}