forked from Tencent/tgfx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEPS
More file actions
98 lines (98 loc) · 2.95 KB
/
DEPS
File metadata and controls
98 lines (98 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"version": "1.3.12",
"vars": {
"PAG_GROUP": "https://github.com/libpag"
},
"repos": {
"common": [
{
"url": "${PAG_GROUP}/vendor_tools.git",
"commit": "0f4264d14ce6c8d1185d27dc9e2e6ee758a8bbcb",
"dir": "third_party/vendor_tools"
},
{
"url": "${PAG_GROUP}/pathkit.git",
"commit": "c2a24f3828b5895c7b5e65e11fe3d341fad7c983",
"dir": "third_party/pathkit"
},
{
"url": "${PAG_GROUP}/skcms.git",
"commit": "0a4e501a0e61d62dc38a0157e4355a58f5b01b81",
"dir": "third_party/skcms"
},
{
"url": "https://github.com/madler/zlib.git",
"commit": "51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf",
"dir": "third_party/zlib"
},
{
"url": "https://github.com/glennrp/libpng.git",
"commit": "872555f4ba910252783af1507f9e7fe1653be252",
"dir": "third_party/libpng"
},
{
"url": "https://github.com/webmproject/libwebp.git",
"commit": "233960a0ad8c640acd458a6966dea09e12c1325a",
"dir": "third_party/libwebp"
},
{
"url": "https://github.com/libjpeg-turbo/libjpeg-turbo.git",
"commit": "0a9b9721782d3a60a5c16c8c9a7abf3d4b1ecd42",
"dir": "third_party/libjpeg-turbo"
},
{
"url": "https://github.com/freetype/freetype.git",
"commit": "42608f77f20749dd6ddc9e0536788eaad70ea4b5",
"dir": "third_party/freetype"
},
{
"url": "https://github.com/harfbuzz/harfbuzz.git",
"commit": "f1f2be776bcd994fa9262622e1a7098a066e5cf7",
"dir": "third_party/harfbuzz"
},
{
"url": "https://github.com/google/googletest.git",
"commit": "6910c9d9165801d8827d628cb72eb7ea9dd538c5",
"dir": "third_party/googletest"
},
{
"url": "https://github.com/nlohmann/json.git",
"commit": "fec56a1a16c6e1c1b1f4e116a20e79398282626c",
"dir": "third_party/json"
},
{
"url": "https://github.com/libexpat/libexpat.git",
"commit": "88b3ed553d8ad335559254863a33360d55b9f1d6",
"dir": "third_party/expat"
},
{
"url": "https://github.com/google/flatbuffers.git",
"commit": "1c514626e83c20fffa8557e75641848e1e15cd5e",
"dir": "third_party/flatbuffers"
},
{
"url": "https://github.com/cameron314/concurrentqueue.git",
"commit": "6dd38b8a1dbaa7863aa907045f32308a56a6ff5d",
"dir": "third_party/concurrentqueue"
},
{
"url": "https://github.com/google/highway.git",
"commit": "a523516d35e22a4ba8e2e70a319062cb87352de6",
"dir": "third_party/highway"
},
{
"url": "https://github.com/lz4/lz4.git",
"commit": "cacca37747572717ceb1f156eb9840644205ca4f",
"dir": "third_party/lz4"
}
]
},
"actions": {
"common": [
{
"command": "depsync --clean",
"dir": "third_party"
}
]
}
}