Cargo Features

godot-core has no features set by default.

[dependencies]
godot-core = { version = "0.1.3", features = ["codegen-rustfmt", "codegen-full", "codegen-lazy-fptrs", "double-precision", "experimental-godot-api", "experimental-threads", "experimental-wasm-nothreads", "debug-log", "trace", "api-custom", "api-4-0", "api-4-0-1", "api-4-0-2", "api-4-0-3", "api-4-0-4", "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", "serde"] }
codegen-rustfmt

Enables codegen-rustfmt of godot-codegen and godot-ffi

codegen-full build

Enables codegen-full of godot-codegen

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-ffi

Affects instance_storage::InstanceStorage

experimental-wasm-nothreads

Enables experimental-wasm-nothreads of godot-ffi

debug-log

Enables debug-log of godot-ffi

trace

Affects signature::trace

api-custom

Enables api-custom of godot-codegen and godot-ffi

api-4-0

[version-sync] [[
[line] api-$kebabVersion = ["godot-ffi/api-$kebabVersion"]

Enables api-4-0 of godot-ffi

api-4-0-1

Enables api-4-0-1 of godot-ffi

api-4-0-2

Enables api-4-0-2 of godot-ffi

api-4-0-3

Enables api-4-0-3 of godot-ffi

api-4-0-4

Enables api-4-0-4 of godot-ffi

api-4-1

Enables api-4-1 of godot-ffi

api-4-1-1

Enables api-4-1-1 of godot-ffi

api-4-1-2

Enables api-4-1-2 of godot-ffi

api-4-1-3

Enables api-4-1-3 of godot-ffi

api-4-1-4

Enables api-4-1-4 of godot-ffi

api-4-2

Enables api-4-2 of godot-ffi

api-4-2-1

Enables api-4-2-1 of godot-ffi

api-4-2-2

Enables api-4-2-2 of godot-ffi

Features from optional dependencies

]]

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework