jcmoyer / rust-lua53

Lua 5.3 bindings for Rust
MIT License
158 stars 45 forks source link

Update to lua 5.3.4 #77

Open daurnimator opened 7 years ago

daurnimator commented 7 years ago

Released 2017-01-12

Though I'm curious why you're vendoring lua...

sagebind commented 7 years ago

It was intentionally switched to being bundled in #59. In general it was seen as a bad idea to fetch things from the network as part of a build script.

therustmonk commented 7 years ago

Is there still no official git repo of lua? We could use it as a submodule.

daurnimator commented 7 years ago

In general it was seen as a bad idea to fetch things from the network as part of a build script.

I wouldn't expect a build script to download anything either. It should use the system installed lua (if suitable/available) or instruct the user to provide a path to lua headers/library.

Is there still no official git repo of lua? We could use it as a submodule.

There is. http://github.com/lua/lua