[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = git@github.com:ketoni/fugthon18.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "ext/glfw"]
	active = true
	url = https://github.com/glfw/glfw.git
[submodule "ext/imgui"]
	active = true
	url = https://github.com/ocornut/imgui.git
[submodule "ext/libgl3w"]
	active = true
	url = https://github.com/sndels/libgl3w.git
[submodule "ext/rocket"]
	active = true
	url = https://github.com/kusma/rocket.git
[branch "lehdur_brants"]
	remote = origin
	merge = refs/heads/lehdur_brants
