Cargo Features
godot-core has no features set by default.
[dependencies]
godot-core = { version = "0.2.0", features = ["register-docs", "codegen-rustfmt", "codegen-full", "codegen-lazy-fptrs", "double-precision", "experimental-godot-api", "experimental-threads", "experimental-wasm-nothreads", "debug-log", "trace", "api-custom", "api-4-1", "api-4-1-1", "api-4-1-2", "api-4-1-3", "api-4-1-4", "api-4-2", "api-4-2-1", "api-4-2-2", "api-4-3", "serde"] }
- register-docs
-
Affects
godot-core::docs
,plugin::InherentImpl.docs
… - codegen-rustfmt
-
Enables codegen-rustfmt of godot-codegen and godot-ffi
- codegen-full build
-
Enables codegen-full of godot-codegen
Affects
class::auto_register_rpcs
… - codegen-lazy-fptrs
-
Enables codegen-lazy-fptrs of godot-codegen and godot-ffi
- double-precision build
-
Enables double-precision of godot-codegen
- experimental-godot-api build
-
Enables experimental-godot-api of godot-codegen
- experimental-threads
-
Enables experimental-threads of godot-codegen and godot-ffi
Affects
instance_storage::InstanceStorage
… - experimental-wasm-nothreads
-
Enables experimental-wasm-nothreads of godot-ffi
- debug-log
- trace
-
Affects
signature::trace
… - api-custom
-
Enables api-custom of godot-codegen and godot-ffi
- api-4-1
-
[version-sync] [[
[line] api-$kebabVersion = ["godot-ffi/api-$kebabVersion"] - api-4-1-1
- api-4-1-2
- api-4-1-3
- api-4-1-4
- api-4-2
- api-4-2-1
- api-4-2-2
- api-4-3
Features from optional dependencies
]]