tomaka / hlua

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

Compile broken with nightly rustc #48

Closed MarkSwanson closed 9 years ago

MarkSwanson commented 9 years ago

hlua-0.1.3/src/functions_read.rs:5:5: 5:24 error: unresolved import std::ffi::IntoBytes. There is no IntoBytes in std::ffi

It would be fun to play with rust/lua. Thanks.

tomaka commented 9 years ago

Ah! I forgot to publish a new version on crates.io. This should be good in a few minutes.

MarkSwanson commented 9 years ago

Thanks!