tomaka / hlua

Rust library to interface with Lua
MIT License
510 stars 48 forks source link

Change "links" from "lua52" to just "lua" #41

Closed tomaka closed 9 years ago

tomaka commented 9 years ago

Lua versions share function names. It doesn't make sense to link to both lua5.2 and lua5.3 for example.