MonoGame / MonoGame.Dependencies

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

Add Eto.Forms dlls #75

Closed harry-cpp closed 8 years ago

harry-cpp commented 8 years ago

@tomspilman @KonajuGames We should make a PR template from what I did above (https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/)

tomspilman commented 8 years ago

Note... this is the sort of headaches I feel we avoid by not making out builds depend on NuGet:

http://arstechnica.com/information-technology/2016/03/rage-quit-coder-unpublished-17-lines-of-javascript-and-broke-the-internet/

tomspilman commented 8 years ago

We should make a PR template from what I did above

I'll make a note of that... I wanted to experiment with adding these too.

harry-cpp commented 8 years ago

Note... this is the sort of headaches I feel we avoid by not making out builds depend on NuGet:

I just took out dlls from nuget packages, I didn't add nuget packages themselves.

tomspilman commented 8 years ago

I just took out dlls from nuget packages, I didn't add nuget packages themselves.

I know... it just reminded me of that recent mess in the JavaScript community.