alexheretic / glyph-brush

Fast GPU cached text rendering
Apache License 2.0
688 stars 52 forks source link

Add cargo fmt to travis build config #98

Closed Atul9 closed 4 years ago

alexheretic commented 4 years ago

A good shout. I guess I'd prefer this to be a separate build step in additional to the others that just runs the format check. This way the other (longer running) test builds will still pass and just the fmt job will fail for fmt issues.

I can see this is a bit fiddly to do with travis though.

alexheretic commented 4 years ago

Fixed by #103