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

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

[dependencies]
gmod = { version = "8", default-features = false, features = ["hax"] }