Update git modules and readme

This commit is contained in:
Matt McWilliams 2024-10-22 18:50:23 -04:00
parent 4a81201798
commit d6d3632315
2 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "src/json"] [submodule "include/json"]
path = include/json path = include/json
url = https://github.com/nlohmann/json.git url = https://github.com/nlohmann/json.git
[submodule "include/args"] [submodule "include/args"]

View File

@ -21,10 +21,11 @@ This application will take over the full screen when launched and display frames
* [OpenGL](https://www.khronos.org/opengl/) * [OpenGL](https://www.khronos.org/opengl/)
* [OpenCV](https://github.com/opencv/opencv) * [OpenCV](https://github.com/opencv/opencv)
* [nlohmann/json](https://github.com/nlohmann/json) * [nlohmann/json](https://github.com/nlohmann/json)
* [Tawee/args](https://github.com/Taywee/args)
### Submodules ### Submodules
To clone this project with the `nlohmann/json` submodule included: To clone this project with the `nlohmann/json` and `Taywee/args` submodules included:
``` ```
git clone --recursive https://git.sixteenmillimeter.com/16mm/filmout_display.git git clone --recursive https://git.sixteenmillimeter.com/16mm/filmout_display.git