From 0c9254b1d78c33617ce47090ec62bda8ca564450 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Thu, 1 Feb 2024 15:58:17 +0100 Subject: [PATCH] typo doc build.md --- docs_src/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_src/build.md b/docs_src/build.md index 8c7215cb..27d0d1f6 100644 --- a/docs_src/build.md +++ b/docs_src/build.md @@ -68,7 +68,7 @@ git clone https://github.com/microsoft/vcpkg.git ./vcpkg/bootstrap-vcpkg.sh # Install dependencies required by hello_imgui -./vcpkg/vcpkg install "glad[gl-api-43] stb freetype lunasvg glfw3 sdl2 imgui[opengl3-binding, docking-experimental, glfw-binding, sdl2-binding,freetype, freetype-lunasvg]" +./vcpkg/vcpkg install glad[gl-api-43] stb freetype lunasvg glfw3 sdl2 "imgui[opengl3-binding, docking-experimental, glfw-binding, sdl2-binding,freetype, freetype-lunasvg]" # Build hello_imgui mkdir build && cd build