diff --git a/gmod/Cargo.toml b/gmod/Cargo.toml index 77641a7..3e65d3f 100644 --- a/gmod/Cargo.toml +++ b/gmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gmod" -version = "11.1.0" +version = "11.1.1" authors = ["William Venner "] edition = "2018" license = "MIT" diff --git a/gmod/src/lib.rs b/gmod/src/lib.rs index a6807ef..c630ab4 100644 --- a/gmod/src/lib.rs +++ b/gmod/src/lib.rs @@ -1,3 +1,5 @@ +//! [Available Lua Functions](https://docs.rs/gmod/latest/gmod/lua/struct.State.html) + #![feature(c_unwind)] #![feature(thread_id_value)]