dagit / freetype2

My personal branch of the freetype2 source code
http://freetype.sourceforge.net/index2.html
Other
16 stars 12 forks source link

Improvements to freetype2 #5

Closed Mokosha closed 7 years ago

Mokosha commented 7 years ago

I'd like to propose a few changes to this library, and I was hoping I could get your input (I can send pull requests for each of them):

  1. Move freetype2 sources to a separate folder within the root of the directory to make it easier to distinguish Haskell source from freetype2 source.
  2. Upgrade to the latest freetype2 version -- I believe that the latest is 2.7.1
  3. Add this package to travis-ci so that we can test that it builds under different configurations.

What do you think?

Mokosha commented 7 years ago

Just for reference, the changes that I'm proposing would look like this:

https://github.com/Mokosha/freetype2/tree/AddTravisConfig

dagit commented 7 years ago

Looks good. Send me a PR and I'll merge it.

Thanks!