Add link to Lua functions to docs

This commit is contained in:
William Venner 2022-01-04 22:00:43 +00:00
parent 4953877b4e
commit 0a3141d6b8
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "gmod"
version = "11.1.0"
version = "11.1.1"
authors = ["William Venner <william@venner.io>"]
edition = "2018"
license = "MIT"

View File

@ -1,3 +1,5 @@
//! [Available Lua Functions](https://docs.rs/gmod/latest/gmod/lua/struct.State.html)
#![feature(c_unwind)]
#![feature(thread_id_value)]