Added basics of an editor console, Added YAML-CPP as a dependency of the editor , Added NativeFileDialog as a dependency
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[submodule "glfw"]
 | 
						|
	path = libs/glfw
 | 
						|
	url = https://github.com/nigelbarink/glfw.git
 | 
						|
[submodule "glm"]
 | 
						|
	path = libs/glm
 | 
						|
	url = https://github.com/nigelbarink/glm.git
 | 
						|
	ignore = untracked
 | 
						|
[submodule "spdlog"]
 | 
						|
	path = libs/spdlog
 | 
						|
	url = https://github.com/nigelbarink/spdlog.git
 | 
						|
[submodule "GorrillaAudio"]
 | 
						|
	path = libs/GorillaAudio
 | 
						|
	url = https://github.com/mewspring/gorilla-audio.git
 | 
						|
[submodule "ImGui"]
 | 
						|
	path = libs/ImGui
 | 
						|
	url = https://github.com/ocornut/imgui.git
 | 
						|
[submodule "assimp"]
 | 
						|
	path = libs/assimp
 | 
						|
	url = https://github.com/assimp/assimp.git
 | 
						|
[submodule "libs/steam-audio"]
 | 
						|
	path = libs/steam-audio
 | 
						|
	url = https://github.com/ValveSoftware/steam-audio.git
 | 
						|
	ignore = untracked
 | 
						|
[submodule "libs/physx"]
 | 
						|
	path = libs/physx
 | 
						|
	url = https://git.barink.dev/Nigel/PhysX.git
 | 
						|
[submodule "libs/entt"]
 | 
						|
	path = libs/entt
 | 
						|
	url = https://github.com/skypjack/entt.git
 | 
						|
[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
 |