Editor console basics and more dependencies

Added basics of an editor console, Added YAML-CPP as a dependency of the editor , Added NativeFileDialog as a dependency
This commit is contained in:
2022-11-05 12:29:50 +01:00
parent b44c88d05c
commit 41d5b87c7b
13 changed files with 143 additions and 8 deletions

6
.gitmodules vendored
View File

@ -30,3 +30,9 @@
[submodule "libs/guizmo"]
path = libs/guizmo
url = https://github.com/CedricGuillemet/ImGuizmo.git
[submodule "libs/yaml-cpp"]
path = libs/yaml-cpp
url = https://git.barink.dev/Nigel/yaml-cpp.git
[submodule "libs/nativefiledialog"]
path = libs/nativefiledialog
url = https://git.barink.dev/Nigel/nativefiledialog.git