Skip to content

Add Debug impl for Font & Glyph structs

Alex Butler requested to merge (removed):font-glyph-debug into master

This can be annoying downstream when users can't derive Debug because bits of the rusttype API don't implement it.

Merge request reports