-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathlibrary.json
34 lines (34 loc) · 1017 Bytes
/
library.json
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
{
"name": "htcw_gfx",
"version": "2.0.5",
"description": "A device independent graphics library for embedded and IoT devices",
"keywords": ["tft", "lcd","e-paper","e-ink", "graphics", "spi", "parallel", "i2c", "drawing", "jpg", "ttf","vlw", "font", "svg","2d", "vector"],
"authors": {
"name":"honey the codewitch",
"homepage": "https://www.codeproject.com/Members/code-witch"
},
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"build": {
"unflags": "-std=gnu++11",
"flags": "-std=gnu++14"
},
"repository": {
"type": "git",
"url": "https://github.com/codewitch-honey-crisis/gfx.git"
},
"dependencies": {
"codewitch-honey-crisis/htcw_bits": "^1.0.16",
"codewitch-honey-crisis/htcw_data": "^1.4.3",
"codewitch-honey-crisis/htcw_ml": "^0.2.3"
},
"export": {
"exclude":
[
"tools/*.*",
".vscode/*.*",
"lib/*.*"
]
}
}