diff --git a/docs/book/_sources/build.md b/docs/book/_sources/build.md index dd8cc9b3..8c7215cb 100644 --- a/docs/book/_sources/build.md +++ b/docs/book/_sources/build.md @@ -54,7 +54,7 @@ See documentation below (extract from [CMakeLists.txt](https://github.com/pthom/ :end-before: ``` -## Get Hello ImGui dependencies via vcpkg +## Get dependencies via vcpkg You can install almost all required dependencies with [vcpkg](https://github.com/microsoft/vcpkg). diff --git a/docs/book/build.html b/docs/book/build.html index 8ad04944..717e2451 100644 --- a/docs/book/build.html +++ b/docs/book/build.html @@ -404,7 +404,7 @@

Contents

  • Build your application using Hello ImGui
  • Available backends
  • Hello ImGui dependencies
  • -
  • Get Hello ImGui dependencies via vcpkg
  • +
  • Get dependencies via vcpkg
  • Hello ImGui CMake options
  • OS specific instructions