diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-08-09 11:49:52 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-08-09 11:49:52 -0600 |
commit | 0ae29114170e9fc54d91047901245b89ea9c7483 (patch) | |
tree | 2f620623594d69b4cde5768368cc9d12af08a4fb |
Pin LVGL submodule to v9.1.0
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | Sources/lvgl | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..978a597 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Sources/lvgl"] + path = Sources/lvgl + url = https://github.com/lvgl/lvgl diff --git a/Sources/lvgl b/Sources/lvgl new file mode 160000 +Subproject e1c0b21b2723d391b885de4b2ee5cc997eccca9 |