Cargo Features
[dependencies]
gmod = { version = "17.0.0", default-features = false, features = ["hax", "gmcl"] }
- default = hax
-
The
hax
feature is set by default whenevergmod
is added without
somewhere in the dependency tree.default-features = false - 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.