Skip to content

Update dependencies

Tim Crawford requested to merge tcrawford/rusttype:deps into master

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.

Merge request reports