From d037177516fd24be1fda5be533b66119405287b1 Mon Sep 17 00:00:00 2001 From: Sri Sham Haran Date: Mon, 5 Sep 2022 14:47:01 +0800 Subject: [PATCH] update msdf dependencies --- Dependencies.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dependencies.bat b/Dependencies.bat index 5d40a11b..0a3b3bea 100644 --- a/Dependencies.bat +++ b/Dependencies.bat @@ -17,7 +17,7 @@ rmdir "Dependencies/spdlog" /S /Q git clone https://github.com/SHADE-DP/spdlog.git "Dependencies/spdlog" rmdir "Dependencies/msdf" /S /Q -git clone --recurse-submodules https://github.com/SHADE-DP/msdf.git "Dependencies/msdf" +git clone --recurse-submodules https://github.com/SHADE-DP/msdf-atlas-gen.git "Dependencies/msdf" rmdir "Dependencies/yamlcpp" /S /Q git clone https://github.com/SHADE-DP/yaml-cpp.git "Dependencies/yamlcpp"