Cargo Features
[dependencies]
feo-oop-engine-proc-macros = { version = "0.0.5", default-features = false, features = ["full", "child", "drawable", "gameobject", "global", "named", "parent", "scriptable"] }
- default = global
-
The
global
feature is set by default wheneverfeo-oop-engine-proc-macros
is added without
somewhere in the dependency tree.default-features = false - full = child, drawable, gameobject, global, named, parent, scriptable
- child full?
-
Affects
feo-oop-engine-proc-macros::child_macro_derive
… - drawable full?
-
Affects
feo-oop-engine-proc-macros::drawable_macro_derive
… - gameobject full?
-
Affects
feo-oop-engine-proc-macros::gameobject_macro_derive
… - global default full?
-
Affects
feo-oop-engine-proc-macros::global_macro_derive
… - named full?
-
Affects
feo-oop-engine-proc-macros::named_macro_derive
… - parent full?
-
Affects
feo-oop-engine-proc-macros::parent_macro_derive
… - scriptable full?
-
Affects
feo-oop-engine-proc-macros::scriptable_macro_derive
…