Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use freetype-sys rather than Servo's freetype. #240

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

waywardmonkeys
Copy link
Collaborator

This simplifies the dependency graph as we weren't getting anything from using the Servo freetype crate here as it also built and depended upon freetype-sys.

Fixes #238.

This simplifies the dependency graph as we weren't getting anything
from using the Servo `freetype` crate here as it also built and
depended upon `freetype-sys`.

Fixes servo#238.
@mrobinson mrobinson added this pull request to the merge queue Sep 11, 2023
Merged via the queue into servo:master with commit 2af84c8 Sep 11, 2023
8 checks passed
@waywardmonkeys waywardmonkeys deleted the use-freetype-sys branch September 12, 2023 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

freetype vs freetype-sys
2 participants