Merge branch 'main' of https://github.com/light3039/light into main

This commit is contained in:
Light 2021-10-02 08:51:58 +03:30
commit 11372a444e
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 30a77c78d24fa08f4fe5fc4428f10dbfc92717a6
Subproject commit 9420a9b06a059e7def5e5da15e357281f4382015

2
Dependencies/imgui vendored

@ -1 +1 @@
Subproject commit 419e401d1fe8e9b6e45a31b5c0a27673b5d88fdc
Subproject commit 242fe753d92ea26510bc7948d87df6fc6c0a5c30

View file

@ -11,7 +11,7 @@ Will support:
## Supported Operating Systems
* Windows
* Linux (Won't compile ATM)
* Linux
Will support:
* Mac
@ -28,7 +28,7 @@ Will support:
```bash
git clone --recurse-submodules -j4 https://github.com/Light3039/Light <folder_name>
# if you cloned non-recursively then run "git submodule update --init"
cd <folder_name>/CMake
mkdir <folder_name>/build && cd <folder_name>/build
cmake ..
```