gmserverplugin 2.0.1

Library for accessing the Lua state in Garry's Mod server plugins
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "gmserverplugin"

version = "2.0.1"

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 = "14.0.1", default-features = false, features = ["hax"] }