kevinburke / rct

Creating cool coasters for Roller Coaster Tycoon
MIT License
123 stars 7 forks source link

Breaking change in 3rd party dependency #8

Open kevinburke opened 8 years ago

kevinburke commented 8 years ago

The "draw2d" package used to be imported from "code.google.com/p/draw2d/draw2d". This was moved to "github.com/llgcode/draw2d/draw2dimg". Commit https://github.com/kevinburke/rct/commit/bd248e2632930f58dc9b87b55e302fcfac25481a fixes this. If you update the source code for this library, you'll need to also rerun "make install" to get the new package. Sorry for the trouble!