From 17a993704662c03742650a47ae9db9b7b9ebda10 Mon Sep 17 00:00:00 2001 From: Martin Vladic Date: Sat, 29 Oct 2022 14:17:23 +0200 Subject: [PATCH] Update manifest.json --- template/manifest.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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