Update dependencies
ttf_parser
has renamed its interfaces from Font
to Face
, and
functions now return Result
instead of Option
. To preserve the
current behavior the Result
is mapped to Option
, discarding the
error.
Fix clippy::wrong_self_convention.