Skip to content

Commit 928a4cd

Browse files
Update library.json (#65)
1 parent f62774b commit 928a4cd

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

library.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33
"version": "1.0.3",
44
"description": "This library provides a OpenStreetMap (OSM) map fetching and caching system for ESP32-based devices.",
55
"keywords": [
6-
"OpenStreetMap",
7-
"GPS",
8-
"LovyanGFX",
9-
"ESP32"
6+
"esp32",
7+
"gps",
8+
"location",
9+
"geolocation",
10+
"tracking",
11+
"map",
12+
"tiles",
13+
"tile-caching",
14+
"openstreetmap",
15+
"osm",
16+
"lovyangfx",
17+
"pngdec"
1018
],
1119
"repository": {
1220
"type": "git",
@@ -38,5 +46,8 @@
3846
"-std=gnu++17"
3947
]
4048
},
41-
"license": "MIT"
42-
}
49+
"license": "MIT",
50+
"include": [
51+
"src/OpenStreetMap-esp32.hpp"
52+
]
53+
}

0 commit comments

Comments
 (0)