-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
53 lines (53 loc) · 1.16 KB
/
library.json
File metadata and controls
53 lines (53 loc) · 1.16 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
{
"name": "OpenStreetMap-esp32",
"version": "1.2.2",
"description": "This PlatformIO library provides a OpenStreetMap (OSM) map fetching and caching system for ESP32-based devices.",
"keywords": [
"esp32",
"gps",
"location",
"geolocation",
"tracking",
"map",
"tiles",
"tile-caching",
"openstreetmap",
"osm",
"lovyangfx",
"pngdec"
],
"repository": {
"type": "git",
"url": "https://github.com/CelliesProjects/OpenStreetMap-esp32"
},
"authors": [
{
"name": "CelliesProjects"
}
],
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"dependencies": [
{
"name": "LovyanGFX",
"version": "https://github.com/lovyan03/LovyanGFX.git#1.2.7"
},
{
"name": "PNGdec",
"version": "https://github.com/bitbank2/PNGdec.git#1.1.3"
}
],
"build": {
"flags": [
"-std=gnu++17"
]
},
"license": "MIT",
"include": [
"src/OpenStreetMap-esp32.hpp"
]
}