From 256ed28b07ed6df5a61a0fd61518603f2688fb55 Mon Sep 17 00:00:00 2001 From: Light <59169246+Light3039@users.noreply.github.com> Date: Fri, 1 Oct 2021 05:57:46 +0330 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ed9504..7a9a13f 100644 --- a/README.md +++ b/README.md @@ -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 .. ``` From f97953ae6cf7c30702987fa782d006aad022bb91 Mon Sep 17 00:00:00 2001 From: Light Date: Fri, 1 Oct 2021 15:32:25 +0330 Subject: [PATCH 2/4] Fixed Linux --- Dependencies/ShaderConductor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 096ee8116e379ae645752ebf749cfd816c939475 Mon Sep 17 00:00:00 2001 From: Light Date: Fri, 1 Oct 2021 15:40:36 +0330 Subject: [PATCH 3/4] Fixed imgui CMake minimum required version --- Dependencies/imgui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 87a1f87bb5a3190629f68bf94d03b5a31571434c Mon Sep 17 00:00:00 2001 From: Light <59169246+Light3039@users.noreply.github.com> Date: Fri, 1 Oct 2021 15:52:22 +0330 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9a13f..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