summaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 25f75ec843c6ea7bdc8d9ed399489ded0ff96184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[submodule "src/CS340.Graph"]
	path = src/CS340.Graph
	url = gh:tobyvin/CS340.Graph.Core
[submodule "src/CS340.Interfaces"]
	path = src/CS340.Interfaces
	url = gh:tobyvin/CS340.Interfaces
[submodule "src/CS340.Extensions"]
	path = src/CS340.Extensions
	url = gh:tobyvin/CS340.Extensions
[submodule "src/CS340.PriorityQueue"]
	path = src/CS340.PriorityQueue
	url = gh:tobyvin/CS340.PriorityQueue.Core