From a8e7194f2bf78bb71bf569a08a4a60c15dd4fd5d Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Fri, 21 Aug 2020 08:00:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bcb7f3..6ebd9d9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Consult `implot_demo.cpp` for a comprehensive example of ImPlot's features. ## Integration -1) Add `implot.h`, `implot_internal.h`, `implot.cpp`, `implot_items.cpp` and optionally `implot_demo.cpp` to your sources. +1) Add `implot.h`, `implot_internal.h`, `implot.cpp`, `implot_items.cpp` and optionally `implot_demo.cpp` to your sources. Alternatively, you can get ImPlot using [vcpkg](https://github.com/microsoft/vcpkg/tree/master/ports/implot). 2) Create and destroy an `ImPlotContext` wherever you do so for your `ImGuiContext`: ```cpp