diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-08-09 11:50:29 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-08-09 11:50:29 -0600 |
commit | f247adb11ac2de65652ec598b3f4d483065c76c1 (patch) | |
tree | a46fc1074893b875cc255a159f43e993d20e6340 | |
parent | 0ae29114170e9fc54d91047901245b89ea9c7483 (diff) |
Update .gitmodules to track LVGL v9.1.0
-rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 978a597..7d313e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "Sources/lvgl"] path = Sources/lvgl url = https://github.com/lvgl/lvgl + branch = v9.1.0 |