2021-09-09 16:50:58 -04:00
|
|
|
[package]
|
|
|
|
name = "gmod"
|
2021-10-25 12:15:54 -04:00
|
|
|
version = "7.0.2"
|
2021-09-09 16:50:58 -04:00
|
|
|
authors = ["William Venner <william@venner.io>"]
|
|
|
|
edition = "2018"
|
2021-09-17 13:08:22 -04:00
|
|
|
license = "MIT"
|
|
|
|
description = "A swiss army knife for creating binary modules for Garry's Mod in Rust"
|
|
|
|
repository = "https://github.com/WilliamVenner/gmod-rs"
|
|
|
|
keywords = ["gmod", "garrysmod", "module", "glua"]
|
|
|
|
categories = ["api-bindings", "external-ffi-bindings", "game-development", "development-tools"]
|
2021-09-09 16:50:58 -04:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libloading = "0"
|
|
|
|
detour = "0"
|
2021-10-25 12:11:55 -04:00
|
|
|
skidscan = "2"
|
2021-09-09 16:50:58 -04:00
|
|
|
cstr = "0"
|
|
|
|
lazy_static = "1"
|
|
|
|
ctor = "0"
|
2021-10-21 10:05:01 -04:00
|
|
|
gmod-macros = { version = "1.0.0", path = "../gmod-macros" }
|
2021-09-23 19:38:14 -04:00
|
|
|
|
|
|
|
fn_type_alias = "0"
|
2021-09-26 20:43:20 -04:00
|
|
|
fn_abi = "2"
|
2021-09-23 19:38:14 -04:00
|
|
|
cfg_table = "0"
|
|
|
|
null_fn = "0"
|
2021-09-26 13:15:19 -04:00
|
|
|
fn_has_this = "0"
|