Cargo Features

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

The hax feature is set by default whenever gmod is added without default-features = false somewhere in the dependency tree.

hax default = cfg_table, ctor, fn_abi, fn_has_this, fn_type_alias, null_fn, retour, skidscan
gmcl

Enables gmcl of gmod-macros

Affects gmod::gmcl

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

retour hax
ctor hax
skidscan hax
fn_type_alias hax
fn_abi hax

Enables fn_abi ^2

cfg_table hax
null_fn hax
fn_has_this hax