Add link to Lua functions to docs
This commit is contained in:
parent
4953877b4e
commit
0a3141d6b8
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gmod"
|
name = "gmod"
|
||||||
version = "11.1.0"
|
version = "11.1.1"
|
||||||
authors = ["William Venner <william@venner.io>"]
|
authors = ["William Venner <william@venner.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
//! [Available Lua Functions](https://docs.rs/gmod/latest/gmod/lua/struct.State.html)
|
||||||
|
|
||||||
#![feature(c_unwind)]
|
#![feature(c_unwind)]
|
||||||
#![feature(thread_id_value)]
|
#![feature(thread_id_value)]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue