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

Making msdf-atlas-gen v2 compatible #1

Merged
merged 4 commits into from
Jul 10, 2023

Conversation

czoido
Copy link

@czoido czoido commented Jul 10, 2023

Specify library name and version: lib/1.0

This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

def requirements(self):
self.requires("artery-font-format/1.0")
self.requires("msdfgen/1.9.1")
self.requires("lodepng/cci.20200615")
Copy link
Author

@czoido czoido Jul 10, 2023

Choose a reason for hiding this comment

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

I had to add this require because the original recipe had a bug and was adding the include for this lib from the vendored version in the repo of msdf-atlas-gen instead of the conan 1 (this is also fixed in the CMakeLists with the patch).

@Sahnvour Sahnvour merged commit d13019a into Sahnvour:msdf-atlas-gen Jul 10, 2023
1 check passed
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