You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Mint to install my Swift build tools. I would love to do the same for needle. However, since the generator is placed in a sub directory it's impossible for Mint to install the generator. Would it be possible to move the generator to the root level of the project of maybe combine the 2 Package.swift files?
Best regards,
Jimmy
The text was updated successfully, but these errors were encountered:
Alternatively it would work, to just move the generator to a separate repository. The two packages seem to be unrelated anyway. I forked, moved generator to root, and removed everything else here: https://github.com/fabianmuecke/needle and it just works.
I doubt, they'd merge that, as I simply removed anything but the generator. This would need more work and consideration to be applied to the main repository.
Hi!
First of all thanks for this awesome library.
I'm using Mint to install my Swift build tools. I would love to do the same for needle. However, since the generator is placed in a sub directory it's impossible for Mint to install the generator. Would it be possible to move the generator to the root level of the project of maybe combine the 2 Package.swift files?
Best regards,
Jimmy
The text was updated successfully, but these errors were encountered: