diff --git a/template/manifest.json b/template/manifest.json index 7fbd526..e1d3032 100644 --- a/template/manifest.json +++ b/template/manifest.json @@ -1,4 +1,18 @@ { - "eez-framework-location": "eez", + "submodules": [ + { + "url": "https://github.com/eez-open/eez-framework", + "location": "eez" + }, + { + "url": "https://github.com/littlevgl/lvgl.git", + "location": "lvgl", + "branch": "v8.3.3" + }, + { + "url": "https://github.com/littlevgl/lv_drivers.git", + "location": "lv_drivers" + } + ], "eez-project-path": "{{projectName}}.eez-project" } \ No newline at end of file