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

Adopt Swift Package Manager for super easy installation :) #22

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

wtholliday
Copy link

@wtholliday wtholliday commented Aug 28, 2020

This adopts Swift Package Manager to make it really easy to install MetalNanoVG in an Xcode project. From the README:

  1. In Xcode, Select File -> Swift Packages -> Add Package Depedency
  2. Enter https://github.com/ollix/MetalNanoVG for the URL.

That's it.

(You'll need to add a git tag with a version number according to semantic versioning (say, 1.0.0) to the MetalNanoVG repo in order for Xcode to pick up the version.)

Manual installation of MetalNanoVG is still possible. Nanovg is also included in the swift package. More info about the Swift Package Manager is here.

🎉

@wtholliday
Copy link
Author

@olliwang Any thoughts on this? 😀

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.

1 participant