MonoGame / MonoGame.Dependencies

The MonoGame binary dependencies submodule.
38 stars 51 forks source link

Updated MonoGame to use the latest stable (2.6.3) SharpDX from NuGet #59

Closed mattleibow closed 9 years ago

mattleibow commented 9 years ago

Updated all the SharpDX assemblies (except UAP which uses 3.0) to the latest stable version (2.6.3). This does require a tiny amount of code changes to MonoGame, using existing code for WinRT which is already on the 2.6 versions.

KonajuGames commented 9 years ago

I'm good with this. I'll give Tom a chance to comment first before merging it.

tomspilman commented 9 years ago

This is good for now... merging!

tomspilman commented 9 years ago

Note... this PR removed the assembly SharpDX.DirectInput.dll. This is because it was moved into its own package:

https://www.nuget.org/packages/SharpDX.DirectInput/2.6.3

We should look to add this back specifically for Windows desktop builds.