ruuda / pris

A language for designing slides
https://docs.ruuda.nl/pris/
GNU General Public License v3.0
116 stars 5 forks source link

Update dependencies #16

Closed tvincent2 closed 6 years ago

tvincent2 commented 6 years ago

Hello!

I noticed on deps.rs that some of pris dependencies where outdated so I tried to update them, hence this PR.

Some notes:

Thanks a lot for making pris! Best regards, Thomas

tvincent2 commented 6 years ago

Mmh, I did not notice that freetype depends on a recent version of bitflags which requires at least rust 1.20. Would it be ok to bump the minimum version to such a recent release?

ruuda commented 6 years ago

Thanks for doing this!

I would like to keep Pris friendly to packagers once it becomes useful enough for wider distribution. Debian currently has rustc 1.14 in stable and 1.24 in testing, and Ubuntu has 1.22 in most places. By the time Pris is stable enough for packaging, 1.20 will probably be widespread, so I think this should be fine. Can you also update the .travis.yml then?

tvincent2 commented 6 years ago

Thanks for your answer, I just updated .travis.yml accordingly.

ruuda commented 6 years ago

Thanks!