seriema / TurboLoader

A blazingly fast emulator and ROM launcher of all the fun games we grew up with. For today's best home computer, the Raspberry Pi.
MIT License
0 stars 0 forks source link

Update msdfgen #22

Closed seriema closed 8 years ago

seriema commented 8 years ago

msdfgen accepted parts of my PR to fix OSX and Windows issues: https://github.com/Chlumsky/msdfgen/pull/12

So now we won't get warnings from our libs.

Note: There’s a lot of diffs from reformated code. I think this happened in the original commit as now I just copied the files from a zip without opening them. Either way, it’s going in as-is.

Also wrapped msdfgen as a CMake lib so it's easier for us to include it without writing library specific things in lib/CMakeLists.txt. I was hoping to contribute those changes to msfdgen but it'd look very different from its current form because it's compiled to an .exe and we need a lib of some sort. It would be great to have msdfgen on brew and apt-get some day...