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

Split fontique into its own package. #37

Merged
merged 2 commits into from
Apr 20, 2024
Merged

Conversation

xStrom
Copy link
Member

@xStrom xStrom commented Apr 20, 2024

This PR will:

  • Take the fontique module and split it into its own package.
  • Add README.md for fontique.
  • Polish the Cargo.toml files, including proper feature dependency specifications. Previously libm was always enabled, even with std.
  • Take another couple of steps towards making no_std work by introducing the use of the no_std attribute and adding the CI steps to test it. Plus the code changes required to get things to compile.
  • Bring the MSRV back to 1.70 in light of Bump fontconfig-cache-parser #36 being merged.

@xStrom xStrom changed the title Split fontique into its own package. Split fontique into its own package. Apr 20, 2024
Copy link
Collaborator

@dfrg dfrg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great and I really appreciate all the work you’ve done to clean up the mess.

@xStrom xStrom added this pull request to the merge queue Apr 20, 2024
Merged via the queue into linebender:main with commit 75199b2 Apr 20, 2024
19 checks passed
@xStrom xStrom deleted the fontiquesplit branch April 20, 2024 15:46
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.

2 participants