-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove dependency on luafilesystem #11
Comments
luafilesystem is also required by luarocks if I'm not mistaken so it should be there most of the times |
It's not, actually :o If Good Idea (tm) related to #12 incoming: instead of making a bundle that includes love. We make it so loverocks can be hosted by your love install directly. Instead of installing through luarocks, you'd get a .love app and you'd do something like "love bundle.love loverocks deps; and love bundle.love love-release ." to actually use it |
Couldn't you use the luarocks functions instead? love-release does that. Also I wouldn't dare to bundle luarocks as a .love file, it sounds tricky hahaha. |
This is the only native binary needed to install loverocks, and windows users may/may not have a compiler installed
afaik it's only used to handle templates, which we can just as easily hardcode.
The text was updated successfully, but these errors were encountered: