Update git modules and readme
This commit is contained in:
parent
4a81201798
commit
d6d3632315
|
@ -1,4 +1,4 @@
|
|||
[submodule "src/json"]
|
||||
[submodule "include/json"]
|
||||
path = include/json
|
||||
url = https://github.com/nlohmann/json.git
|
||||
[submodule "include/args"]
|
||||
|
|
|
@ -21,10 +21,11 @@ This application will take over the full screen when launched and display frames
|
|||
* [OpenGL](https://www.khronos.org/opengl/)
|
||||
* [OpenCV](https://github.com/opencv/opencv)
|
||||
* [nlohmann/json](https://github.com/nlohmann/json)
|
||||
* [Tawee/args](https://github.com/Taywee/args)
|
||||
|
||||
### 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
|
||||
|
|
Loading…
Reference in New Issue