From 0e43316fc16e58c6b19663a655b4aea834a3c823 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 10 Feb 2021 15:11:50 -0600 Subject: [PATCH] I can't spell apparently. --- lib/{ingui.onyx => imgui.onyx} | 0 onyx-imgui.sublime-project | 8 ++++++++ 2 files changed, 8 insertions(+) rename lib/{ingui.onyx => imgui.onyx} (100%) create mode 100644 onyx-imgui.sublime-project diff --git a/lib/ingui.onyx b/lib/imgui.onyx similarity index 100% rename from lib/ingui.onyx rename to lib/imgui.onyx diff --git a/onyx-imgui.sublime-project b/onyx-imgui.sublime-project new file mode 100644 index 0000000..24db303 --- /dev/null +++ b/onyx-imgui.sublime-project @@ -0,0 +1,8 @@ +{ + "folders": + [ + { + "path": "." + } + ] +} -- 2.25.1