diff --git a/Dependencies/ShaderConductor b/Dependencies/ShaderConductor index 30a77c7..9420a9b 160000 --- a/Dependencies/ShaderConductor +++ b/Dependencies/ShaderConductor @@ -1 +1 @@ -Subproject commit 30a77c78d24fa08f4fe5fc4428f10dbfc92717a6 +Subproject commit 9420a9b06a059e7def5e5da15e357281f4382015 diff --git a/Dependencies/imgui b/Dependencies/imgui index 419e401..242fe75 160000 --- a/Dependencies/imgui +++ b/Dependencies/imgui @@ -1 +1 @@ -Subproject commit 419e401d1fe8e9b6e45a31b5c0a27673b5d88fdc +Subproject commit 242fe753d92ea26510bc7948d87df6fc6c0a5c30 diff --git a/README.md b/README.md index 2ed9504..ad25d98 100644 --- a/README.md +++ b/README.md @@ -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 # if you cloned non-recursively then run "git submodule update --init" - cd /CMake + mkdir /build && cd /build cmake .. ```