Browse Source

Update manifest.json

master
Martin Vladic 2 years ago
parent
commit
7e73de01e2
  1. 15
      template/manifest.json

15
template/manifest.json

@ -1,17 +1,20 @@
{ {
"submodules": [ "submodules": [
{ {
"url": "https://github.com/eez-open/eez-framework", "name": "eez-framework",
"location": "eez" "repository": "https://github.com/eez-open/eez-framework",
"path": "eez"
}, },
{ {
"url": "https://github.com/littlevgl/lvgl.git", "name": "lvgl",
"location": "lvgl", "repository": "https://github.com/littlevgl/lvgl.git",
"path": "lvgl",
"branch": "v8.3.0" "branch": "v8.3.0"
}, },
{ {
"url": "https://github.com/littlevgl/lv_drivers.git", "name": "lv_drivers",
"location": "lv_drivers", "repository": "https://github.com/littlevgl/lv_drivers.git",
"path": "lv_drivers",
"branch": "v8.3.0" "branch": "v8.3.0"
} }
], ],

Loading…
Cancel
Save