From 7e73de01e2f4f4ebc36be858f413b031d21ba9d0 Mon Sep 17 00:00:00 2001 From: Martin Vladic Date: Sat, 29 Oct 2022 16:36:30 +0200 Subject: [PATCH] Update manifest.json --- template/manifest.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/template/manifest.json b/template/manifest.json index 5959a67..5d39f67 100644 --- a/template/manifest.json +++ b/template/manifest.json @@ -1,17 +1,20 @@ { "submodules": [ { - "url": "https://github.com/eez-open/eez-framework", - "location": "eez" + "name": "eez-framework", + "repository": "https://github.com/eez-open/eez-framework", + "path": "eez" }, { - "url": "https://github.com/littlevgl/lvgl.git", - "location": "lvgl", + "name": "lvgl", + "repository": "https://github.com/littlevgl/lvgl.git", + "path": "lvgl", "branch": "v8.3.0" }, { - "url": "https://github.com/littlevgl/lv_drivers.git", - "location": "lv_drivers", + "name": "lv_drivers", + "repository": "https://github.com/littlevgl/lv_drivers.git", + "path": "lv_drivers", "branch": "v8.3.0" } ],