From 44ae7311566e0666fe4e4ee4a799fb74dd9a5073 Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 30 Jun 2023 18:26:33 +0200 Subject: [PATCH] Updated Quickstart (markdown) --- Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quickstart.md b/Quickstart.md index 5cd4cdd..d878578 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -132,7 +132,7 @@ ImGui::DestroyContext(); ``` That should be all! -## Example: If you are using GLFW + Metal (Apple) +## Example: If you are using GLFW + Metal (on Apple devices) Full standalone example: [example_glfw_apple/main.mm](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_apple/main.mm)