[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[remote "origin"]
	url = https://github.com/RomanBelokurov/gcs_imgui.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "dev"]
	remote = origin
	merge = refs/heads/dev
[submodule "libs/asio"]
	active = true
	url = https://github.com/chriskohlhoff/asio.git
[submodule "libs/iconfonts"]
	active = true
	url = https://github.com/juliettef/IconFontCppHeaders.git
[submodule "libs/imgui"]
	active = true
	url = https://github.com/ocornut/imgui.git
[submodule "libs/mavlink"]
	active = true
	url = https://github.com/mavlink/c_library_v2.git
[branch "refactoring"]
	remote = origin
	merge = refs/heads/refactoring
