From 24ba18f84f181a877cb60bc7a1743868929f1a2d Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 21 Dec 2023 15:15:17 -0800 Subject: [PATCH] build notes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8fd25be..48ea5f3 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,7 @@ A starter project that you can use to get a MoonWorks + Dear ImGui application u Clone the repo and run `git submodule update --init --recursive` in the cloned directory. Add your ImGui commands to the `ImGuiCommands` method. + +In VSCode, press Ctrl-Shift-B to bring up the build menu. + +You can also use the `dotnet` CLI interface to build or publish.