Small changes to the rust-hl-lua-modules crate

master
Pierre Krieger 2016-12-27 09:00:25 +01:00
parent 0e70e8c0a3
commit 47ac001aec
2 changed files with 9 additions and 2 deletions

View File

@ -9,5 +9,5 @@ name = "rust_hl_lua_modules"
crate_type = ["dylib"]
plugin = true
[dependencies.rust-hl-lua]
path = "../rust-hl-lua"
[dependencies.hlua]
path = "../hlua"

View File

@ -0,0 +1,7 @@
# Note
This crate doesn't compile.
In order to work it needs to use compiler plugins, which are still unstable in Rust.
In addition to this the crate hasn't been updated for more than a year, so even if you use a
nightly version of Rust it still won't compile.