FSOMonoGame/.gitmodules
Christopher Chambers b118da9ff3 Adds ThirdParty/Libs as a submodule
ThirdParty/Libs is a submodule (points to the MonoGame-Dependencies
repository) that contains binary dependencies, so that developers
don't have to manually download and update them.  Initial commit
contains OpenTK, NUnit, and Moq.

MonoGame.Framework.Linux now references OpenTK.dll from the
new Libs submodule.
2012-01-24 14:54:39 -06:00

3 lines
117 B
Text

[submodule "ThirdParty/Libs"]
path = ThirdParty/Libs
url = git://github.com/kungfubanana/MonoGame-Dependencies.git