From ee8cccf63f004f2c7038e326641d3d57c24abe0c Mon Sep 17 00:00:00 2001 From: Carlos Lopez Martinez <69404571+Electroner@users.noreply.github.com> Date: Thu, 29 Dec 2022 17:07:07 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c72196..5604423 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ At all times you want to maintain speed when opening it and not compromise optim ## Resources -This programs uses ImGui and OpenGL/GlFw. +This programs uses: - [ImGui](https://github.com/ocornut/imgui) - [ImPlot](https://github.com/epezent/implot) - [OpenGL](https://www.opengl.org/) - [GLFW](https://www.glfw.org/) - [Stb](https://github.com/nothings/stb) +- [FreeType2](https://github.com/servo/libfreetype2) ## Compiling the project