Wolvan / Homebr3w

A Homebrew browser for 3ds
MIT License
50 stars 8 forks source link

Download libraries instead of embedding #7

Closed Wolvan closed 8 years ago

Wolvan commented 8 years ago

Right now, the app uses 2 libraries, dkjson and luaqrcode. Both of these libraries are embedded as a minified version in the index.lua.

It would be better to define a list of libraries that are needed and then automatically downloaded these the first time the app is run instead of embedding them.