Updated Quickstart (markdown)

omar 2023-06-30 18:26:33 +02:00
parent 2f0ae33063
commit 44ae731156

@ -132,7 +132,7 @@ ImGui::DestroyContext();
``` ```
That should be all! 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) Full standalone example: [example_glfw_apple/main.mm](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_apple/main.mm)