Skip to content

Commit

Permalink
Update docs / 2024-02-01 / 02:59:52
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 1, 2024
1 parent 49123a4 commit 88ddd5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/book/_sources/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ See documentation below (extract from [CMakeLists.txt](https://github.com/pthom/
:end-before: </Dependencies>
```

## Get Hello ImGui dependencies via vcpkg
## Get dependencies via vcpkg

You can install almost all required dependencies with [vcpkg](https://github.com/microsoft/vcpkg).

Expand Down
8 changes: 4 additions & 4 deletions docs/book/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ <h2> Contents </h2>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#build-your-application-using-hello-imgui">Build your application using Hello ImGui</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#available-backends">Available backends</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#hello-imgui-dependencies">Hello ImGui dependencies</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#get-hello-imgui-dependencies-via-vcpkg">Get Hello ImGui dependencies via vcpkg</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#get-dependencies-via-vcpkg">Get dependencies via vcpkg</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#hello-imgui-cmake-options">Hello ImGui CMake options</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#os-specific-instructions">OS specific instructions</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#windows-instructions">Windows instructions</a></li>
Expand Down Expand Up @@ -544,8 +544,8 @@ <h2>Hello ImGui dependencies<a class="headerlink" href="#hello-imgui-dependencie
</pre></div>
</div>
</section>
<section id="get-hello-imgui-dependencies-via-vcpkg">
<h2>Get Hello ImGui dependencies via vcpkg<a class="headerlink" href="#get-hello-imgui-dependencies-via-vcpkg" title="Link to this heading">#</a></h2>
<section id="get-dependencies-via-vcpkg">
<h2>Get dependencies via vcpkg<a class="headerlink" href="#get-dependencies-via-vcpkg" title="Link to this heading">#</a></h2>
<p>You can install almost all required dependencies with <a class="reference external" href="https://github.com/microsoft/vcpkg">vcpkg</a>.</p>
<p>For example:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># Clone hello_imgui </span>
Expand Down Expand Up @@ -681,7 +681,7 @@ <h3>Android instructions<a class="headerlink" href="#android-instructions" title
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#build-your-application-using-hello-imgui">Build your application using Hello ImGui</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#available-backends">Available backends</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#hello-imgui-dependencies">Hello ImGui dependencies</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#get-hello-imgui-dependencies-via-vcpkg">Get Hello ImGui dependencies via vcpkg</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#get-dependencies-via-vcpkg">Get dependencies via vcpkg</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#hello-imgui-cmake-options">Hello ImGui CMake options</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#os-specific-instructions">OS specific instructions</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#windows-instructions">Windows instructions</a></li>
Expand Down
Loading

0 comments on commit 88ddd5b

Please sign in to comment.