Cargo Features
GodotFfi has no features set by default.
[dependencies]
godot-ffi = { version = "0.5.1", features = ["codegen-rustfmt", "codegen-lazy-fptrs", "experimental-godot-api", "experimental-threads", "experimental-wasm-nothreads", "debug-log", "api-custom", "api-custom-json", "api-4-2", "api-4-3", "api-4-4", "api-4-5", "api-4-6", "safeguards-dev-balanced", "safeguards-release-disengaged"] }
- codegen-rustfmt build
-
Enables codegen-rustfmt of godot-codegen
- codegen-lazy-fptrs build
-
Enables codegen-lazy-fptrs of godot-codegen
Affects
extras::lazy_keys… - experimental-godot-api build
-
Enables experimental-godot-api of godot-codegen
- experimental-threads build
-
Enables experimental-threads of godot-codegen
- experimental-wasm-nothreads build
-
Enables experimental-wasm-nothreads of godot-bindings
- debug-log
- api-custom build
-
Enables api-custom of godot-bindings
- api-custom-json build
-
Enables api-custom-json of godot-bindings
- api-4-2 build
-
[version-sync] [[
[line] api-$kebabVersion = ["godot-bindings/api-$kebabVersion"]Enables api-4-2 of godot-bindings
- api-4-3 build
-
Enables api-4-3 of godot-bindings
- api-4-4 build
-
Enables api-4-4 of godot-bindings
- api-4-5 build
-
Enables api-4-5 of godot-bindings
- api-4-6 build
-
Enables api-4-6 of godot-bindings
- safeguards-dev-balanced build
-
]]
Safeguard levels (see godot/lib.rs for detailed documentation).Enables safeguards-dev-balanced of godot-bindings
- safeguards-release-disengaged build
-
Enables safeguards-release-disengaged of godot-bindings