mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Backport changes from rlua 0.16 (master branch)
This commit is contained in:
+2
-1
@@ -23,9 +23,10 @@
|
||||
//! Contains definitions from `lua.h`.
|
||||
|
||||
use libc::{c_void, c_int, c_char, c_uchar, size_t};
|
||||
use ffi::luaconf;
|
||||
use std::ptr;
|
||||
|
||||
use super::luaconf;
|
||||
|
||||
pub use super::glue::{LUA_VERSION_MAJOR, LUA_VERSION_MINOR, LUA_VERSION_NUM, LUA_VERSION_RELEASE};
|
||||
pub use super::glue::{LUA_VERSION, LUA_RELEASE, LUA_COPYRIGHT, LUA_AUTHORS};
|
||||
pub use super::glue::{LUA_REGISTRYINDEX};
|
||||
|
||||
Reference in New Issue
Block a user