gmserverplugin 1.0.0

Library for accessing the Lua state in Garry's Mod server plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.gmod]
default-features = false
features = ["hax"]
version = "8"

[lib]
crate-type = ["staticlib", "rlib"]

[package]
authors = ["William Venner <william@venner.io>"]
categories = ["development-tools::ffi", "game-development", "development-tools"]
description = "Library for accessing the Lua state in Garry's Mod server plugins"
edition = "2021"
keywords = ["gmod", "garrysmod", "module", "glua", "server-plugin"]
license = "MIT"
name = "gmserverplugin"
repository = "https://github.com/WilliamVenner/gmserverplugin"
version = "1.0.0"